diff options
author | marha <marha@users.sourceforge.net> | 2013-03-04 11:16:28 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-03-04 11:16:28 +0100 |
commit | eab7204a1b2994dd75fc3bf058b14e1df512ba24 (patch) | |
tree | cbf6e8a01c88a5a64efff2cca17dfd1202e30bde /libX11 | |
parent | ed474047e06f28fe740130f3bb13d3a40f4833a9 (diff) | |
download | vcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.tar.gz vcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.tar.bz2 vcxsrv-eab7204a1b2994dd75fc3bf058b14e1df512ba24.zip |
Solved problem introduced in latest merge
Diffstat (limited to 'libX11')
-rwxr-xr-x | libX11/src/xkb/XKBMisc.c | 2 |
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 /***====================================================================***/ |