openbox/util/epist/actions.hh
2002-07-12 16:32:07 +00:00

26 lines
310 B
C++

// 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,
NUM_ACTIONS
};