summaryrefslogtreecommitdiff
path: root/src/widgetbase.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgetbase.hh')
-rw-r--r--src/widgetbase.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgetbase.hh b/src/widgetbase.hh
index 29211f4a..d8307574 100644
--- a/src/widgetbase.hh
+++ b/src/widgetbase.hh
@@ -17,7 +17,7 @@ public:
Type_MaximizeButton,
Type_CloseButton,
Type_IconifyButton,
- Type_StickyButton,
+ Type_AllDesktopsButton,
Type_LeftGrip,
Type_RightGrip,
Type_Client,
@@ -50,8 +50,8 @@ public:
return MC_CloseButton;
case Type_IconifyButton:
return MC_IconifyButton;
- case Type_StickyButton:
- return MC_StickyButton;
+ case Type_AllDesktopsButton:
+ return MC_AllDesktopsButton;
case Type_LeftGrip:
return MC_Grip;
case Type_RightGrip: