Revision: 5107
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=5107&view=rev
Author:   ossman_
Date:     2013-05-23 11:44:23 +0000 (Thu, 23 May 2013)
Log Message:
-----------
The cause of the keyboard mapping change is not a X11 request,
so don't pretend like it is.

Modified Paths:
--------------
    trunk/unix/xserver/hw/vnc/InputXKB.cc

Modified: trunk/unix/xserver/hw/vnc/InputXKB.cc
===================================================================
--- trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-05-23 11:42:41 UTC (rev 
5106)
+++ trunk/unix/xserver/hw/vnc/InputXKB.cc       2013-05-23 11:44:23 UTC (rev 
5107)
@@ -499,7 +499,7 @@
        memset(&changes, 0, sizeof(changes));
        memset(&cause, 0, sizeof(cause));
 
-       XkbSetCauseCoreReq(&cause, X_ChangeKeyboardMapping, NULL);
+       XkbSetCauseUnknown(&cause);
 
        /* FIXME: Verify that ONE_LEVEL isn't screwed up */
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to