aboutsummaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-25 09:33:50 +0000
committermarha <marha@users.sourceforge.net>2009-07-25 09:33:50 +0000
commit12fa8ee5d6535841f016c03c07f1d5cfc54513b0 (patch)
treeec651a37dc154339993fde8530a2669131e12738 /X11
parent7305f47af48a32ddde83a1c94eaaeb9784e95cb9 (diff)
parent27ac49b145c8504b59dfc71a0cdf96ec63bd93b9 (diff)
downloadvcxsrv-12fa8ee5d6535841f016c03c07f1d5cfc54513b0.tar.gz
vcxsrv-12fa8ee5d6535841f016c03c07f1d5cfc54513b0.tar.bz2
vcxsrv-12fa8ee5d6535841f016c03c07f1d5cfc54513b0.zip
Added missing key symbols
Diffstat (limited to 'X11')
-rw-r--r--X11/XF86keysym.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/X11/XF86keysym.h b/X11/XF86keysym.h
index 2a39f4ea1..6fb5ff12b 100644
--- a/X11/XF86keysym.h
+++ b/X11/XF86keysym.h
@@ -204,7 +204,10 @@
#define XF86XK_Red 0x1008FFA3 /* Red button */
#define XF86XK_Green 0x1008FFA4 /* Green button */
#define XF86XK_Yellow 0x1008FFA5 /* Yellow button */
-#define XF86XK_Blue 0x1008FFA6 /* Blue button */
+#define XF86XK_Blue 0x1008FFA6 /* Blue button */
+
+#define XF86XK_Suspend 0x1008FFA7 /* Suspend */
+#define XF86XK_Hibernate 0x1008FFA8 /* Hibernate */
/* Keys for special action keys (hot keys) */
/* Virtual terminals on some operating systems */