kwin/plugins/platforms/wayland
Martin Flöser 01ddbe7d75 Make AbstractEglBackend a QObject
Summary:
Several of the subclasses are already derived from QObject.

The main reason is that the class should be moved out of KWin core in
order to move the OpenGL scene into a plugin. As Compositor calls into
the AbstractEglBackend to unbind the wayland display this creates a
problem which is easily solved by turning the AbstractEglBackend into a
QObject and connect to the signal emitted by the Compositor.

Test Plan: Compiles

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D7669
2017-09-07 19:25:28 +02:00
..
CMakeLists.txt Move QPainter compositor into plugin 2017-09-01 17:44:49 +02:00
egl_wayland_backend.cpp Make AbstractEglBackend a QObject 2017-09-07 19:25:28 +02:00
egl_wayland_backend.h Make AbstractEglBackend a QObject 2017-09-07 19:25:28 +02:00
logging.cpp
logging.h
scene_qpainter_wayland_backend.cpp
scene_qpainter_wayland_backend.h Move QPainter compositor into plugin 2017-09-01 17:44:49 +02:00
wayland.json SVN_SILENT made messages (.desktop file) - always resolve ours 2017-08-30 08:05:15 +02:00
wayland_backend.cpp Add support for pointer gestures to nested Wayland platform 2017-03-18 14:39:30 +01:00
wayland_backend.h Add support for pointer gestures to nested Wayland platform 2017-03-18 14:39:30 +01:00