diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-03-02 15:05:55 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-03-02 15:05:55 +0000 |
commit | 9b0d5fc1eca05b759c64c3c0b6eade90577cd265 (patch) | |
tree | d87f7cff1a18ed76a3666682c11082fb827ee504 /editors/emacs23/files/patch-src:xterm.h | |
parent | - Debian patch was updated to 4.0.6+0.20041122cvs-4. (diff) |
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=130195
Diffstat (limited to 'editors/emacs23/files/patch-src:xterm.h')
-rw-r--r-- | editors/emacs23/files/patch-src:xterm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs23/files/patch-src:xterm.h b/editors/emacs23/files/patch-src:xterm.h new file mode 100644 index 000000000000..a0faee236ed5 --- /dev/null +++ b/editors/emacs23/files/patch-src:xterm.h @@ -0,0 +1,11 @@ +--- 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> |