kwin/effects/wobblywindows
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 Wobblywindows effect 2012-09-14 10:39:28 +02:00
wobblywindows.cpp Introduce dedicated OpenGL1 and OpenGL2 compositing types 2012-09-29 15:33:57 +02:00
wobblywindows.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
wobblywindows.h Effects can provide support information through properties 2012-08-17 17:49:49 +02:00
wobblywindows.kcfg Use KConfigXT in Wobblywindows effect 2012-09-14 10:39:28 +02:00
wobblywindows_config.cpp Use KConfigXT in Wobblywindows effect 2012-09-14 10:39:28 +02:00
wobblywindows_config.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
wobblywindows_config.h Use KConfigXT in Wobblywindows effect 2012-09-14 10:39:28 +02:00
wobblywindows_config.ui Use KConfigXT in Wobblywindows effect 2012-09-14 10:39:28 +02:00
wobblywindowsconfig.kcfgc Use KConfigXT in Wobblywindows effect 2012-09-14 10:39:28 +02:00