diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-04-28 16:53:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-04-28 16:53:27 +0000 |
commit | 53ebe6270c1b1d9bddca8f89386433f823c784a9 (patch) | |
tree | 9c3181be2bebad8b85c6f52b46d2b196b51e79fd /proto/x11proto/XF86keysym.h | |
parent | 5634736e3a8dbfeb02c82d858fa6e9348c7ac7ef (diff) |
Update to xproto 7.0.24
Diffstat (limited to 'proto/x11proto/XF86keysym.h')
-rw-r--r-- | proto/x11proto/XF86keysym.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/x11proto/XF86keysym.h b/proto/x11proto/XF86keysym.h index df5e9cc7f..93eb06295 100644 --- a/proto/x11proto/XF86keysym.h +++ b/proto/x11proto/XF86keysym.h @@ -210,6 +210,8 @@ #define XF86XK_TouchpadOn 0x1008FFB0 /* The touchpad got switched on */ #define XF86XK_TouchpadOff 0x1008FFB1 /* The touchpad got switched off */ +#define XF86XK_AudioMicMute 0x1008FFB2 /* Mute the Mic from the system */ + /* Keys for special action keys (hot keys) */ /* Virtual terminals on some operating systems */ #define XF86XK_Switch_VT_1 0x1008FE01 |