diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 20:25:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 20:25:56 +0000 |
| commit | 675d16c71a888d9e0fa96636ee473e5bca4a454a (patch) | |
| tree | 31eba3584986201b03b3a1cb20c516cc9459e55c /util/epist/actions.hh | |
| parent | 5b91573e0c01a7ee6e504451c2ef3143709d06a2 (diff) | |
implement window resizing. using resizing incrememnts if the window has requested them!
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index bfd16abe..30ea0e68 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -46,8 +46,8 @@ public: moveWindowDown, //done moveWindowLeft, //done moveWindowRight, //done - resizeWindowWidth, - resizeWindowHeight, + resizeWindowWidth, //done + resizeWindowHeight, //done toggleMaximizeFull, //done toggleMaximizeVertical, //done |
