kwin/backends
Martin Gräßlin b1914b4b2c Add pure virtual OpenGLBackend::init() method
All backends already have an init method so far called from the ctor.
This change moves the call to init out of the OpenGL backends and makes
it the responsibility of the creating code to also call init on the
backend.

This change makes it easier to have virtual methods being called during
the initialization.
2015-11-26 08:33:07 +01:00
..
drm Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
fbdev SVN_SILENT made messages (.desktop file) 2015-11-25 18:20:33 +00:00
hwcomposer Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
virtual Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
wayland Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
x11 [wayland] Add support for initial output count for nested compositors 2015-11-26 08:33:07 +01:00
CMakeLists.txt [wayland] Add a virtual framebuffer backend 2015-10-02 10:58:33 +02:00