changeset 57498:0308942676c7

Add comment.
author Kim F. Storm <storm@cua.dk>
date Fri, 15 Oct 2004 15:05:51 +0000
parents 0a4c356f307b
children 2b47854e3d82
files src/xterm.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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>