From d6370c5711d37be051e494496f4b6b66d6355832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Thu, 25 Jun 2009 12:55:12 +0000 Subject: [PATCH] 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 --- lib/kwineffects.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 0b45e0b06e..a7784739e9 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -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 }; /**