backport 987057

svn path=/branches/KDE/4.3/kdebase/workspace/; revision=989176
This commit is contained in:
Thomas Lübking 2009-06-29 16:53:58 +00:00
parent a9ad73af5a
commit 9b57c200cf

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
};
/**