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
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
wayland.json
wayland_backend.cpp
wayland_backend.h