summaryrefslogtreecommitdiff
path: root/util/epist/actions.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 09:20:14 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 09:20:14 +0000
commitb94699afc339c469534521c44470aa6d19e5b4cc (patch)
tree55e705a1ecf2ed51af7ceed723c21ff9ad93d60c /util/epist/actions.hh
parent5bf463ea955bd7e27b1f04a1eefb28ec52309cb8 (diff)
add raising and lowering
Diffstat (limited to 'util/epist/actions.hh')
-rw-r--r--util/epist/actions.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh
index 1c70fc63..710606ba 100644
--- a/util/epist/actions.hh
+++ b/util/epist/actions.hh
@@ -36,8 +36,8 @@ public:
noaction = 0,
execute,
iconify,
- raise,
- lower,
+ raise, //done
+ lower, //done
close, //done
toggleshade, //done
moveWindowUp,