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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.129 by ayin, Mon Jan 7 12:31:49 2008 UTC vs.
Revision 1.130 by ayin, Tue Jan 8 15:01:15 2008 UTC

634{ 634{
635 const char *name; 635 const char *name;
636 unsigned short len; 636 unsigned short len;
637 unsigned short value; 637 unsigned short value;
638}; 638};
639keysym_vocabulary_t keysym_vocabulary[] = 639static const keysym_vocabulary_t keysym_vocabulary[] =
640{ 640{
641 { "ISOLevel3", 9, Level3Mask }, 641 { "ISOLevel3", 9, Level3Mask },
642 { "AppKeypad", 9, AppKeypadMask }, 642 { "AppKeypad", 9, AppKeypadMask },
643 { "Control", 7, ControlMask }, 643 { "Control", 7, ControlMask },
644 { "NumLock", 7, NumLockMask }, 644 { "NumLock", 7, NumLockMask },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines