changeset 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 911c24ac239a
children f7785a1e8cf8
files src/xterm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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>