diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:30:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:30:26 +0000 |
| commit | ffd7021d22f534aa5974641e97911b24369d5896 (patch) | |
| tree | 2cffeaa028bae4668048a10de96edb8cd52b7d23 /util | |
| parent | 843f9726ab6fd99fe3a2f285e6c85bd2880a275f (diff) | |
add maximizing to the action enum
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/actions.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 81b3920c..5d57e0db 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -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 |
