freebsd-ports/editors/emacs23/files/patch-src:xterm.h
MANTANI Nobutaka 9b0d5fc1ec Fix problems with AltGr-Modifier on several keyboards.
PR:		ports/78209
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2005-03-02 15:05:55 +00:00

11 lines
284 B
C

--- src/xterm.h.orig Mon Feb 28 13:53:40 2005
+++ src/xterm.h Mon Feb 28 13:53:57 2005
@@ -21,8 +21,8 @@
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
-#include <X11/Xutil.h>
#include <X11/keysym.h>
+#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/Xresource.h>