kwin/backends/hwcomposer
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
..
CMakeLists.txt
egl_hwcomposer_backend.cpp Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
egl_hwcomposer_backend.h Add pure virtual OpenGLBackend::init() method 2015-11-26 08:33:07 +01:00
hwcomposer.json SVN_SILENT made messages (.desktop file) 2015-11-25 18:20:33 +00:00
hwcomposer_backend.cpp [backends/hwcomposer] Announce support for DPMS 2015-11-23 11:48:39 +01:00
hwcomposer_backend.h [backends/hwcomposer] Announce support for DPMS 2015-11-23 11:48:39 +01:00
logging.cpp
logging.h
screens_hwcomposer.cpp
screens_hwcomposer.h