From 89d09297f0ef3d2db648a756f62a57bf2be317df Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Fri, 12 Jul 2002 03:03:55 +0000 Subject: [PATCH] some of the actions I came up with --- util/epist/actions.hh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 util/epist/actions.hh 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 +}; + -- 2.45.2