aboutsummaryrefslogtreecommitdiff
path: root/libX11
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-03-04 11:16:28 +0100
committermarha <marha@users.sourceforge.net>2013-03-04 11:16:28 +0100
commiteab7204a1b2994dd75fc3bf058b14e1df512ba24 (patch)
treecbf6e8a01c88a5a64efff2cca17dfd1202e30bde /libX11
parented474047e06f28fe740130f3bb13d3a40f4833a9 (diff)
downloadvcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.tar.gz
vcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.tar.bz2
vcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.zip
Solved problem introduced in latest merge
Diffstat (limited to 'libX11')
-rwxr-xr-xlibX11/src/xkb/XKBMisc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libX11/src/xkb/XKBMisc.c b/libX11/src/xkb/XKBMisc.c
index c5045c925..37ebda6ad 100755
--- a/libX11/src/xkb/XKBMisc.c
+++ b/libX11/src/xkb/XKBMisc.c
@@ -37,7 +37,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/keysym.h>
#include "XKBlibint.h"
+#ifdef XKB_IN_SERVER
#define XkbVirtualModsToReal SrvXkbVirtualModsToReal
+#endif
/***====================================================================***/