backport 987057
svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989176
This commit is contained in:
parent
a9ad73af5a
commit
9b57c200cf
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