|
KWin
|
#include <compositor.h>
Signals | |
| void | surfaceCreated (KWin::SurfaceInterface *surface) |
Public Member Functions | |
| CompositorInterface (Display *display, QObject *parent=nullptr) | |
| ~CompositorInterface () override | |
| Display * | display () const |
The CompositorInterface global allows clients to create surfaces and region objects.
The CompositorInterface corresponds to the Wayland interface wl_compositor.
Definition at line 25 of file compositor.h.
|
explicit |
Definition at line 58 of file compositor.cpp.
|
override |
Definition at line 64 of file compositor.cpp.
| Display * KWin::CompositorInterface::display | ( | ) | const |
Returns the Display object for this CompositorInterface.
Definition at line 68 of file compositor.cpp.
|
signal |
This signal is emitted when a new SurfaceInterface surface has been created.