diff src/xterm.h @ 57488:40d3f64bc0e5

Include Xutil.h after keysym.h to work around bug (incorrectly recognising AltGr key) in some X versions.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Oct 2004 22:05:40 +0000
parents 5407da499273
children 0308942676c7 e86fc76a45e4 ff0e824afa37
line wrap: on
line diff
--- a/src/xterm.h	Wed Oct 13 22:05:12 2004 +0000
+++ b/src/xterm.h	Wed Oct 13 22:05:40 2004 +0000
@@ -21,8 +21,8 @@
 
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
+#include <X11/keysym.h>
 #include <X11/Xutil.h>
-#include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>