openbox/util/epist/actions.hh

27 lines
310 B
C++
Raw Normal View History

2002-07-12 03:03:55 +00:00
// xOr: this is crap.
enum ActionType {
noaction = 0,
execute,
iconify,
raiseWindow,
lowerWindow,
closeWindow,
changeDesktop,
shade,
moveWindowUp,
moveWindowDown,
moveLeft,
moveRight,
nextWindow,
prevWindow,
stringChain,
keyChain,
numberChain,
2002-07-12 16:32:07 +00:00
cancel,
NUM_ACTIONS
2002-07-12 03:03:55 +00:00
};