]> git.eshelyaron.com Git - emacs.git/commitdiff
Include Xutil.h after keysym.h to work around bug
authorKim F. Storm <storm@cua.dk>
Wed, 13 Oct 2004 22:05:40 +0000 (22:05 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 13 Oct 2004 22:05:40 +0000 (22:05 +0000)
(incorrectly recognising AltGr key) in some X versions.

src/xterm.h

index 1ff0201928da165061e12e9fee418da83ae93a3f..ad5374ace6f3d86ceee4950bd86e614a0d7bcb2d 100644 (file)
@@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA.  */
 
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
-#include <X11/Xutil.h>
 #include <X11/keysym.h>
+#include <X11/Xutil.h>
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>