comparison src/xterm.h @ 57488:40d3f64bc0e5

Include Xutil.h after keysym.h to work around bug (incorrectly recognising AltGr key) in some X versions.
author Kim F. Storm <storm@cua.dk>
date Wed, 13 Oct 2004 22:05:40 +0000
parents 5407da499273
children 0308942676c7 e86fc76a45e4 ff0e824afa37
comparison
equal deleted inserted replaced
57487:911c24ac239a 57488:40d3f64bc0e5
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 #include <X11/Xlib.h> 22 #include <X11/Xlib.h>
23 #include <X11/cursorfont.h> 23 #include <X11/cursorfont.h>
24 #include <X11/keysym.h>
24 #include <X11/Xutil.h> 25 #include <X11/Xutil.h>
25 #include <X11/keysym.h>
26 #include <X11/Xatom.h> 26 #include <X11/Xatom.h>
27 #include <X11/Xresource.h> 27 #include <X11/Xresource.h>
28 28
29 #ifdef USE_X_TOOLKIT 29 #ifdef USE_X_TOOLKIT
30 #include <X11/StringDefs.h> 30 #include <X11/StringDefs.h>