kwin/effects/taskbarthumbnail
Martin Gräßlin 565b4ed6a3 Common way to announce support for specific effects through X11
Instead of each effect, which needs to announce support, having custom
code to create a property and set it on the root window, there is now a
common API in EffectsHandler to take care of this.

The methods takes care of creating the atom if it has not already done
and set the property on the root window. Furthermore it allows multiple
effects to announce the same property without getting in conflict with
each other.

As a further convenience the property is automatically removed when the
effect is unloaded, so less things an effect author has to care about.

REVIEW: 107815
2013-01-07 10:00:01 +01:00
..
CMakeLists.txt
taskbarthumbnail.cpp Common way to announce support for specific effects through X11 2013-01-07 10:00:01 +01:00
taskbarthumbnail.desktop
taskbarthumbnail.h