]> Dogcows Code - chaz/openbox/commitdiff
add maximizing to the action enum
authorDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 16:30:26 +0000 (16:30 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 16:30:26 +0000 (16:30 +0000)
util/epist/actions.hh

index 81b3920c9a6011509ddd8d47ed249e90d7569a75..5d57e0db7aedf6f33a31cee59b129980cd75a4f9 100644 (file)
@@ -35,7 +35,7 @@ public:
     // xOr: this is crap.
   enum ActionType {
     noaction = 0,
-    execute,
+    execute, //done
     iconify, //done
     raise, //done
     lower, //done
@@ -47,6 +47,10 @@ public:
     moveWindowLeft,
     moveWindowRight,
 
+    toggleMaximizeFull,
+    toggleMaximizeVertical,
+    toggleMaximizeHorizontal,
+
     sendToWorkspace, //done
 
     nextWindow, //done for now
This page took 0.029367 seconds and 4 git commands to generate.