diff options
author | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
commit | 98a38f8fe605b90577b7a07f68b8a0866dd18a15 (patch) | |
tree | bc8a396a648b702c77c82155c6c364b8f1c9ccb2 /X11/XF86keysym.h | |
parent | bfc120af66586bc6c79cd65a6bc7733b7ccdb428 (diff) | |
download | vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.gz vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.bz2 vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.zip |
Updated to xproto-7.0.20
Diffstat (limited to 'X11/XF86keysym.h')
-rw-r--r-- | X11/XF86keysym.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/X11/XF86keysym.h b/X11/XF86keysym.h index 200f5c1fe..fd3af4f44 100644 --- a/X11/XF86keysym.h +++ b/X11/XF86keysym.h @@ -207,6 +207,8 @@ #define XF86XK_Suspend 0x1008FFA7 /* Sleep to RAM */ #define XF86XK_Hibernate 0x1008FFA8 /* Sleep to disk */ #define XF86XK_TouchpadToggle 0x1008FFA9 /* Toggle between touchpad/trackstick */ +#define XF86XK_TouchpadOn 0x1008FFB0 /* The touchpad got switched on */ +#define XF86XK_TouchpadOff 0x1008FFB1 /* The touchpad got switched off */ /* Keys for special action keys (hot keys) */ /* Virtual terminals on some operating systems */ |