initial import
[bbkeys.git] / grab_defs.hh
blob2cfcc68c1ac14ee1cf80787e900ea91122be2d6c
1 // grab_defs.hh for bbkeys
2 //
3 // Copyright (c) 1999-2001 by Jason Kasper (vanRijn) vR@movingparts.net
4 // Copyright (c) 2001 by Ben Jansens <xor@x-o-r.net>
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 // (See the included file COPYING / GPL-2.0)
22 #ifndef __GRAB_DEFS_HH
23 #define __GRAB_DEFS_HH
25 enum {
26 grabIconify = 0,
27 grabRaise,
28 grabLower,
29 grabClose,
30 grabWorkspace1,
31 grabWorkspace2,
32 grabWorkspace3,
33 grabWorkspace4,
34 grabWorkspace5,
35 grabWorkspace6,
36 grabWorkspace7,
37 grabWorkspace8,
38 grabWorkspace9,
39 grabWorkspace10,
40 grabWorkspace11,
41 grabWorkspace12,
42 grabNextWorkspace,
43 grabPrevWorkspace,
44 grabNextWindow,
45 grabPrevWindow,
46 grabShade,
47 grabMaximize,
48 grabStick,
49 grabExecute,
50 grabVertMax,
51 grabHorizMax,
53 grabNudgeRight,
54 grabNudgeLeft,
55 grabNudgeUp,
56 grabNudgeDown,
58 grabBigNudgeRight,
59 grabBigNudgeLeft,
60 grabBigNudgeUp,
61 grabBigNudgeDown,
63 grabHorizInc,
64 grabVertInc,
65 grabHorizDec,
66 grabVertDec,
68 grabToggleDecor,
69 NUM_GRABS
72 #endif // __GRAB_DEFS_HH