[X2Go-Commits] [nx-libs] 01/02: XKB.h: Use the correct value for XkbAllAccessXEventsMask

git-admin at x2go.org git-admin at x2go.org
Tue Jul 3 22:44:48 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 7bb238065d70f35413e7a32f242db7aa7fab9308
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Tue Jun 19 23:40:33 2018 +0200

    XKB.h: Use the correct value for XkbAllAccessXEventsMask
    
    Fixes ArcticaProject/nx-libs#704
    
    Backport from kbproto:
    
      commit 2306fcd4c511d41ae4b31b9cbd9f79cf69287730
      Author: Dirk Wallenstein <halsmit at t-online.de>
      Date:   Fri Feb 5 20:42:43 2010 +0100
    
          Use the correct value for XkbAllAccessXEventsMask
    
          Signed-off-by: Dirk Wallenstein <halsmit at t-online.de>
          Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    
    Backported-to-NX-by: Ulrich Sibiller <uli42 at gmx.de>
---
 nx-X11/include/extensions/XKB.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nx-X11/include/extensions/XKB.h b/nx-X11/include/extensions/XKB.h
index d684b85..50fb27e 100644
--- a/nx-X11/include/extensions/XKB.h
+++ b/nx-X11/include/extensions/XKB.h
@@ -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:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list