From: Kim F. Storm Date: Wed, 13 Oct 2004 22:05:40 +0000 (+0000) Subject: Include Xutil.h after keysym.h to work around bug X-Git-Tag: ttn-vms-21-2-B4~4577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ba426fb285aa6abc6f6657ad8d02a8e55907715;p=emacs.git Include Xutil.h after keysym.h to work around bug (incorrectly recognising AltGr key) in some X versions. --- 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. */ #include #include -#include #include +#include #include #include