The cause of the keyboard mapping change is not a X11 request,
so don't pretend like it is.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5107 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/xserver/hw/vnc/InputXKB.cc b/unix/xserver/hw/vnc/InputXKB.cc
index 04e377c..eadae26 100644
--- a/unix/xserver/hw/vnc/InputXKB.cc
+++ b/unix/xserver/hw/vnc/InputXKB.cc
@@ -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 */