]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/actions.hh
libgen.h is used by basename()
[mikachu/openbox.git] / util / epist / actions.hh
1 // xOr: this is crap.
2 enum ActionType {
3   noaction = 0,
4   execute,
5   iconify,
6   raiseWindow,
7   lowerWindow,
8   closeWindow,
9   shade,
10   moveWindowUp,
11   moveWindowDown,
12   moveWindowLeft,
13   moveWindowRight,
14   nextWindow,
15   prevWindow,
16
17   nextWindow,
18   prevWindow,
19   nextWindowOnAllDesktops,
20   prevWindowOnAllDesktops,
21
22   nextWindowOfClass,
23   prevWindowOfClass,
24
25   changeDesktop,
26   nextDesktop,
27   prevDesktop,
28
29   // these are openbox extensions
30   showRootMenu,
31   showWorkspaceMenu,
32
33   stringChain, 
34   keyChain,
35   numberChain,
36
37   cancel,
38
39   NUM_ACTIONS
40 };
41