# HG changeset patch # User Kim F. Storm <storm@cua.dk> # Date 1097705140 0 # Node ID 40d3f64bc0e5241f67895aaa91c265bd2a9a873d # Parent 911c24ac239ae4b71ac7da62bd5291773f55ba34 Include Xutil.h after keysym.h to work around bug (incorrectly recognising AltGr key) in some X versions. diff -r 911c24ac239a -r 40d3f64bc0e5 src/xterm.h --- 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>