aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-10-13 22:05:40 +0000
committerKim F. Storm2004-10-13 22:05:40 +0000
commit7ba426fb285aa6abc6f6657ad8d02a8e55907715 (patch)
tree0b82d948420c42da236c5d1bc812a6e57114530f /src
parent329a7be22c90266a5655490418389a9f2d3f1d8c (diff)
downloademacs-7ba426fb285aa6abc6f6657ad8d02a8e55907715.tar.gz
emacs-7ba426fb285aa6abc6f6657ad8d02a8e55907715.zip
Include Xutil.h after keysym.h to work around bug
(incorrectly recognising AltGr key) in some X versions.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 1ff0201928d..ad5374ace6f 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -21,8 +21,8 @@ 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/Xutil.h>
25#include <X11/keysym.h> 24#include <X11/keysym.h>
25#include <X11/Xutil.h>
26#include <X11/Xatom.h> 26#include <X11/Xatom.h>
27#include <X11/Xresource.h> 27#include <X11/Xresource.h>
28 28