Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 01:25:38 +0100
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        krion@FreeBSD.org, gj@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   ports/xemacs-devel
Message-ID:  <6D16C66F1FA2677E65735E5F@palle.girgensohn.se>

next in thread | raw e-mail | index | archive | help
Hi!

Is it OK with you if I commit this patch (to keep my Alt-Gr key from 
beeping an error).

xemacs-devel$ cat files/patch-src-console-x-h
Reference:
http://list-archive.xemacs.org/xemacs-patches/200501/msg00069.html

--- src/console-x.h~    Sun Mar  9 03:27:40 2003
+++ src/console-x.h     Wed Feb 16 00:22:38 2005
@@ -36,11 +36,14 @@
 #ifdef HAVE_X_WINDOWS

 #include "console.h"
+/* must come before Xutil.h, which is included indirectly from 
xintrinsic.h,
+   to avoid breakage in keysym-parsing macros from X11R6, at least X.org as
+   of 2005-01-17, and probably XFree86 too from reports on c.e.x */
+#include <X11/keysym.h>
 #include "xintrinsic.h"
 #include "../lwlib/lwlib.h"

 #include <X11/cursorfont.h>
-#include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/StringDefs.h>


Regards,

Palle



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6D16C66F1FA2677E65735E5F>