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.5 by root, Mon Jan 2 15:35:43 2006 UTC vs.
Revision 1.6 by root, Mon Jan 9 22:41:41 2006 UTC

32 unsigned int state); 32 unsigned int state);
33 33
34struct keysym_t 34struct keysym_t
35{ 35{
36 enum keysym_type { 36 enum keysym_type {
37 NORMAL, RANGE, RANGE_META8, LIST, BUILTIN, 37 STRING, RANGE, RANGE_META8, LIST, BUILTIN,
38 }; 38 };
39 39
40 KeySym keysym; 40 KeySym keysym;
41 /* only the lower 8 bits of state are used for matching according to X.h */ 41 /* only the lower 8 bits of state are used for matching according to X.h */
42 /* the higher bits are preserved for Meta/NumLock keys */ 42 /* the higher bits are preserved for Meta/NumLock keys */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines