diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:44:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 18:44:39 +0000 |
| commit | 4aeca296e895bfe74d59d4732e740c2d49c10080 (patch) | |
| tree | 05265db6f0408c67c6821ce3286b5649bde22551 /util/epist/actions.hh | |
| parent | f7a41999bfa20750f192d7fa5447bb133451db76 (diff) | |
implement toggleMaximize(Vert|Horz|Full)
Diffstat (limited to 'util/epist/actions.hh')
| -rw-r--r-- | util/epist/actions.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh index b13149ae..aefe6282 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -47,9 +47,9 @@ public: moveWindowLeft, //done moveWindowRight, //done - toggleMaximizeFull, - toggleMaximizeVertical, - toggleMaximizeHorizontal, + toggleMaximizeFull, //done + toggleMaximizeVertical, //done + toggleMaximizeHorizontal, //done sendToWorkspace, //done |
