#include "effect/effectwindow.h"
#include "core/output.h"
#include "effect/effecthandler.h"
#include "group.h"
#include "internalwindow.h"
#include "scene/windowitem.h"
#include "virtualdesktops.h"
#include "waylandwindow.h"
#include "x11window.h"
#include "moc_effectwindow.cpp"
Go to the source code of this file.
◆ WINDOW_HELPER
#define WINDOW_HELPER |
( |
| rettype, |
|
|
| prototype, |
|
|
| toplevelPrototype ) |
Value: rettype EffectWindow::prototype() const \
{ \
return d->m_window->toplevelPrototype(); \
}
Definition at line 237 of file effectwindow.cpp.