ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.h
(Generate patch)

Comparing rxvt-unicode/src/keyboard.h (file contents):
Revision 1.2 by root, Sun Jan 16 18:05:37 2005 UTC vs.
Revision 1.3 by root, Sun Jan 16 18:57:03 2005 UTC

13#define KEYSYM_HASH_MASK (KEYSYM_HASH_BUDGETS-1) 13#define KEYSYM_HASH_MASK (KEYSYM_HASH_BUDGETS-1)
14 14
15#define MetaMask 0x0100 15#define MetaMask 0x0100
16#define NumLockMask 0x0200 16#define NumLockMask 0x0200
17#define AppKeypadMask 0x0400 17#define AppKeypadMask 0x0400
18#define Level3Mask 0x0800 // currently not supported
18#define OtherModMask (ShiftMask | LockMask | ControlMask \ 19#define OtherModMask (ShiftMask | LockMask | ControlMask \
19 | Mod1Mask | Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask) 20 | Mod1Mask | Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask)
20 21
21#if (OtherModMask & (MetaMask | NumLockMask | AppKeypadMask)) != 0 22#if OtherModMask > 0xff
22# error FATAL: MetaMask, NumLockMask and/or AppKeypadMask clashes with X modifiers! 23# error FATAL: X modifiers might clash with rxvt-unicode ones
23#endif 24#endif
24 25
25struct rxvt_term; 26struct rxvt_term;
26struct keysym_t; 27struct keysym_t;
27 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines