]> Dogcows Code - chaz/openbox/blobdiff - src/widgetbase.hh
remove the word "sticky" from everywhere, and replace with "all desktops". change...
[chaz/openbox] / src / widgetbase.hh
index 29211f4ac59a5deb300cfbd095e26520110b8b36..d83075747e18ab8abdd6d4218c5f18b4676a2403 100644 (file)
@@ -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:
This page took 0.025702 seconds and 4 git commands to generate.