From 39731f6d8c348e0808714368e83bb739278f47e7 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Thu, 10 Sep 2009 05:03:04 +0000 Subject: [PATCH] added 'SettingCompositing' to notify decorations that compositing state has changed svn path=/trunk/KDE/kdebase/workspace/; revision=1021801 --- lib/kdecoration.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/kdecoration.h b/lib/kdecoration.h index fa9b017eb9..acd543c9f7 100644 --- a/lib/kdecoration.h +++ b/lib/kdecoration.h @@ -129,12 +129,13 @@ public: */ enum { - SettingDecoration = 1 << 0, ///< The decoration was changed - SettingColors = 1 << 1, ///< The color palette was changed - SettingFont = 1 << 2, ///< The titlebar font was changed - SettingButtons = 1 << 3, ///< The button layout was changed - SettingTooltips = 1 << 4, ///< The tooltip setting was changed - SettingBorder = 1 << 5 ///< The border size setting was changed + SettingDecoration = 1 << 0, ///< The decoration was changed + SettingColors = 1 << 1, ///< The color palette was changed + SettingFont = 1 << 2, ///< The titlebar font was changed + SettingButtons = 1 << 3, ///< The button layout was changed + SettingTooltips = 1 << 4, ///< The tooltip setting was changed + SettingBorder = 1 << 5, ///< The border size setting was changed + SettingCompositing = 1 << 6 ///< Compositing settings was changed }; /**