kwin/effects/startupfeedback
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
..
data
CMakeLists.txt
startupfeedback.cpp Introduce dedicated OpenGL1 and OpenGL2 compositing types 2012-09-29 15:33:57 +02:00
startupfeedback.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
startupfeedback.h Make Startup Feedback Effect aka Bouncing Cursor respect global size for small icons 2012-08-28 21:06:22 +02:00