kwin/effects/flipswitch
Martin Gräßlin 6d2dfe06e7 Introduce dedicated OpenGL1 and OpenGL2 compositing types
The CompositingType enum turns into flags and two new values are
introduced: OpenGL1Compositing and OpenGL2Compositing.

Those new values are or-ed to OpenGLCompositing so that a simple check
for the flag OpenGLCompositing works in case of one of those two new
values. To make the generic check for OpenGL compositing easier a method
in EffectsHandler is introduced to just check for this.

The scenes now return either OpenGL1Compositing or OpenGL2Compositing
depending on which Scene implementation. None returns OpenGLCompositing.
2012-09-29 15:33:57 +02:00
..
CMakeLists.txt Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitch.cpp Introduce dedicated OpenGL1 and OpenGL2 compositing types 2012-09-29 15:33:57 +02:00
flipswitch.desktop SVN_SILENT made messages (.desktop file) 2012-07-24 19:29:09 +02:00
flipswitch.h Merge branch 'KDE/4.9' 2012-08-17 17:59:49 +02:00
flipswitch.kcfg Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitch_config.cpp Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitch_config.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
flipswitch_config.h Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitch_config.ui Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00
flipswitchconfig.kcfgc Use KConfigXT in FlipSwitch effect 2012-09-15 11:24:11 +02:00