diff src/xterm.h @ 57498:0308942676c7

Add comment.
author Kim F. Storm <storm@cua.dk>
date Fri, 15 Oct 2004 15:05:51 +0000
parents 40d3f64bc0e5
children 6178d4e9b661 0fc4928cc48e
line wrap: on
line diff
--- a/src/xterm.h	Fri Oct 15 14:49:30 2004 +0000
+++ b/src/xterm.h	Fri Oct 15 15:05:51 2004 +0000
@@ -21,8 +21,13 @@
 
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
+
+/* Include Xutil.h after keysym.h to work around a bug that prevents
+   correct recognition of AltGr key in some X versions.  */
+
 #include <X11/keysym.h>
 #include <X11/Xutil.h>
+
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>