kwin/libkdecorations
Martin Gräßlin 9308028fa4 Decoration can announce whether it currently requires an alpha channel
A decoration can provide the AbilityAnnounceAlphaChannel in addition to
AbilityUsesAlphaChannel. If this ability is provided the decoration can
enable/disable the use of the alpha channel through setAlphaEnabled().

The base idea behind this mechanism is to be able to tell the compositor
that currently alpha is not needed. An example is the maximized state in
which the decoration is fully opaque so that there is no need to use the
translucency code path which would render all windows behind the deco.

In addition also the blur effect honors this setting so that behind a
known opaque decoration no blurring is performed.

Oxygen is adjusted to disable translucency in maximized state and Aurorae
is adjusted to allow themes to enable/disable translucency. For Plastik
translucency and with that also blurring is disabled.

REVIEW: 106810
2012-11-09 10:36:43 +01:00
..
CMakeLists.txt
kcommondecoration.cpp Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kcommondecoration.h Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kcommondecoration_p.cpp Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kcommondecoration_p.h Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kdecoration.cpp Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kdecoration.h Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
kdecoration_p.cpp
kdecoration_p.h
kdecoration_plugins_p.cpp
kdecoration_plugins_p.h
kdecorationbridge.h
kdecorationfactory.cpp
kdecorationfactory.h
Mainpage.dox
Messages.sh