[PATCH kbproto 1/5] Use the correct value for XkbAllAccessXEventsMask

Dirk Wallenstein halsmit at t-online.de
Fri Feb 5 11:42:43 PST 2010


Signed-off-by: Dirk Wallenstein <halsmit at t-online.de>
---
 XKB.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/XKB.h b/XKB.h
index a915317..a3b3bc0 100644
--- a/XKB.h
+++ b/XKB.h
@@ -139,7 +139,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:
-- 
1.6.5.3



More information about the xorg-devel mailing list