openbox/util/epist/actions.hh
2002-07-12 03:03:55 +00:00

24 lines
294 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
};