2004-10-14 Kim F. Storm <storm@cua.dk>
* xterm.h: Include Xutil.h after keysym.h to work around bug
- (incorrectly recognising AltGr key) in some X versions.
+ in some X versions.
2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
#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>