aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/xkb/XKB.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-25 06:49:30 +0000
committermarha <marha@users.sourceforge.net>2009-09-25 06:49:30 +0000
commit89294559b44d2059dadc304a4cc9ce4c6fb7a101 (patch)
treedfe9ea2dade6e82b4bdfc6969c3c814a2168e9f7 /libX11/src/xkb/XKB.c
parent55ddb6c22f67aa02109b2d8ef44e45f8dbcff0c5 (diff)
downloadvcxsrv-89294559b44d2059dadc304a4cc9ce4c6fb7a101.tar.gz
vcxsrv-89294559b44d2059dadc304a4cc9ce4c6fb7a101.tar.bz2
vcxsrv-89294559b44d2059dadc304a4cc9ce4c6fb7a101.zip
Solved compiler warnings.
Diffstat (limited to 'libX11/src/xkb/XKB.c')
-rw-r--r--libX11/src/xkb/XKB.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/libX11/src/xkb/XKB.c b/libX11/src/xkb/XKB.c
index 79cd3a73e..bdb317993 100644
--- a/libX11/src/xkb/XKB.c
+++ b/libX11/src/xkb/XKB.c
@@ -32,14 +32,15 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#define NEED_REPLIES
#define NEED_EVENTS
-#include "Xlibint.h"
-#include <X11/extensions/XKBproto.h>
-#include "XKBlibint.h"
#ifdef XKB_IN_SERVER
#define XkbVirtualModsToReal SrvXkbVirtualModsToReal
#endif
+#include "Xlibint.h"
+#include <X11/extensions/XKBproto.h>
+#include "XKBlibint.h"
+
XkbInternAtomFunc _XkbInternAtomFunc= XInternAtom;
XkbGetAtomNameFunc _XkbGetAtomNameFunc= XGetAtomName;