add action and design for resizing a window
authorDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 18:46:29 +0000 (18:46 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 18:46:29 +0000 (18:46 +0000)
util/epist/DESIGN
util/epist/actions.hh

index 3f1e549..545c9ed 100644 (file)
@@ -16,7 +16,8 @@ Epist design notes, by woodblock
 - send to desktop
 - toggle shade
 - sticky
-- move window (?)
+- move window
+- resize window
 - next/prev window (special orders like stacking, grouping, etc?)
 - maximize/minimize
 - no stupid window
index aefe628..bfd16ab 100644 (file)
@@ -46,6 +46,8 @@ public:
     moveWindowDown, //done
     moveWindowLeft, //done
     moveWindowRight, //done
+    resizeWindowWidth,
+    resizeWindowHeight,
 
     toggleMaximizeFull, //done
     toggleMaximizeVertical, //done