added 'SettingCompositing' to notify decorations that compositing state has changed
svn path=/trunk/KDE/kdebase/workspace/; revision=1021801
This commit is contained in:
parent
09f7f97831
commit
39731f6d8c
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue