diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-12 03:03:55 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-12 03:03:55 +0000 |
| commit | 89d09297f0ef3d2db648a756f62a57bf2be317df (patch) | |
| tree | 0b0c6f8a36ee7de98fdea8ef10c0f6cfae648635 /util | |
| parent | 5112b6270431cf1fe288d63e15bfbe689c0624bf (diff) | |
some of the actions I came up with
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/actions.hh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh new file mode 100644 index 00000000..e19c204b --- /dev/null +++ b/util/epist/actions.hh @@ -0,0 +1,24 @@ +// xOr: this is crap. +enum ActionType { + noaction = 0, + execute, + iconify, + raiseWindow, + lowerWindow, + closeWindow, + changeDesktop, + shade, + moveWindowUp, + moveWindowDown, + moveLeft, + moveRight, + nextWindow, + prevWindow, + + stringChain, + keyChain, + numberChain, + + cancel +}; + |
