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:
parent
794c36df97
commit
d6370c5711
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue