Commit 7bb23806 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

XKB.h: Use the correct value for XkbAllAccessXEventsMask

Fixes ArcticaProject/nx-libs#704 Backport from kbproto: commit 2306fcd4c511d41ae4b31b9cbd9f79cf69287730 Author: Dirk Wallenstein <halsmit@t-online.de> Date: Fri Feb 5 20:42:43 2010 +0100 Use the correct value for XkbAllAccessXEventsMask Signed-off-by: 's avatarDirk Wallenstein <halsmit@t-online.de> Signed-off-by: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com> Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
parent 5a8549c6
......@@ -137,7 +137,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XkbAXN_BKAcceptMask (1L << 4)
#define XkbAXN_BKRejectMask (1L << 5)
#define XkbAXN_AXKWarningMask (1L << 6)
#define XkbAllAccessXEventsMask (0xf)
#define XkbAllAccessXEventsMask (0x7f)
/*
* Miscellaneous event details:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment