diff options
author | marha <marha@users.sourceforge.net> | 2015-02-22 14:57:50 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2015-02-22 14:58:56 +0100 |
commit | 043c4d95bfec1ad4a8834c8606c73631e76ade09 (patch) | |
tree | a7a92bb17258869aa3f89b86b02d1bf9d69d57af /X11/XF86keysym.h | |
parent | 7785694244cdfc5939ca4754cab4e08bd6980f99 (diff) | |
download | vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.tar.gz vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.tar.bz2 vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.zip |
Upgrade to xcalc-1.0.6 and xproto-7.0.27
Diffstat (limited to 'X11/XF86keysym.h')
-rw-r--r-- | X11/XF86keysym.h | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/X11/XF86keysym.h b/X11/XF86keysym.h index 93eb06295..8b5646ea1 100644 --- a/X11/XF86keysym.h +++ b/X11/XF86keysym.h @@ -3,29 +3,6 @@ * * The XFree86 keysym range is 0x10080001 - 0x1008FFFF. * - * When adding new entries, the xc/lib/XKeysymDB file should also be - * updated to make the new entries visible to Xlib. - */ - -/* - * ModeLock - * - * This one is old, and not really used any more since XKB offers this - * functionality. - */ - -#define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */ - -/* - * Note, 0x1008FF07 - 0x1008FF0F are free and should be used for misc new - * keysyms that don't fit into any of the groups below. - * - * 0x1008FF64, 0x1008FF6F, 0x1008FF71, 0x1008FF83 are no longer used, - * and should be used first for new keysyms. - * - * Check in keysymdef.h for generic symbols before adding new XFree86-specific - * symbols here. - * * X.Org will not be adding to the XF86 set of keysyms, though they have * been adopted and are considered a "standard" part of X keysym definitions. * XFree86 never properly commented these keysyms, so we have done our @@ -36,6 +13,14 @@ * these archives, these are from memory and usage. */ +/* + * ModeLock + * + * This one is old, and not really used any more since XKB offers this + * functionality. + */ + +#define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */ /* Backlight controls. */ #define XF86XK_MonBrightnessUp 0x1008FF02 /* Monitor/panel brightness */ |