]> Dogcows Code - chaz/openbox/commitdiff
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 3f1e549e68a50458cb973dee27643ff8c19f32fb..545c9edfdd64ee71ade9fc644363f115c0ea2000 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 aefe6282728c63a06e59ff60fcb29e1a75330173..bfd16abe2bb7652cb3dde967c40ecb6bdd05647f 100644 (file)
@@ -46,6 +46,8 @@ public:
     moveWindowDown, //done
     moveWindowLeft, //done
     moveWindowRight, //done
+    resizeWindowWidth,
+    resizeWindowHeight,
 
     toggleMaximizeFull, //done
     toggleMaximizeVertical, //done
This page took 0.025225 seconds and 4 git commands to generate.