added 'SettingCompositing' to notify decorations that compositing state has changed

svn path=/trunk/KDE/kdebase/workspace/; revision=1021801
This commit is contained in:
Hugo Pereira Da Costa 2009-09-10 05:03:04 +00:00
parent 09f7f97831
commit 39731f6d8c

View file

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