aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Display.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-06 10:02:03 +0100
committerSven Gothel <[email protected]>2015-03-06 10:02:03 +0100
commit27ebb38b9ffd3cc8f4ee3b97509b0f32ef2680aa (patch)
tree5a50541643e21ae1a3d49d65c405cdefa4b64569 /src/newt/native/X11Display.c
parenteced1d4e45772a862d649e3cd7b500c6bc1643a1 (diff)
Bug 1135 - Cleanup: Fix native code Warning
Diffstat (limited to 'src/newt/native/X11Display.c')
-rw-r--r--src/newt/native/X11Display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/X11Display.c b/src/newt/native/X11Display.c
index b62a9b234..60daf1af2 100644
--- a/src/newt/native/X11Display.c
+++ b/src/newt/native/X11Display.c
@@ -30,7 +30,7 @@
#include <X11/Xcursor/Xcursor.h>
-// #include <X11/XKBlib.h> // XKB disabled for now
+#include <X11/XKBlib.h>
jclass X11NewtWindowClazz = NULL;
jmethodID insetsChangedID = NULL;