fix various glitches regarding the stacking order and multiple paints due to ARBG decos as discussed on kwin-devel

svn path=/trunk/KDE/kdebase/workspace/; revision=987057
This commit is contained in:
Thomas Lübking 2009-06-25 12:55:12 +00:00
parent 794c36df97
commit d6370c5711

View file

@ -276,7 +276,11 @@ class KWIN_EXPORT Effect
/**
* Clear whole background as the very first step, without optimizing it
**/
PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6
PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6,
/**
* Temporary solution since (_OPAQUE | _TRANSLUCENT) is not working currently.
**/
PAINT_DECORATION_ONLY = 1 << 7
};
/**