openbox/util/epist/actions.hh

25 lines
294 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,
cancel
};