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.3 by root, Sun Jan 16 18:57:03 2005 UTC vs.
Revision 1.4 by root, Fri Apr 22 02:09:39 2005 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 37 NORMAL, 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