bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] define XAW_ARROW_SCROLLBARS for Xaw3s version 1.5E


From: Frank Zirkelbach
Subject: [PATCH] define XAW_ARROW_SCROLLBARS for Xaw3s version 1.5E
Date: Tue, 4 Nov 2003 17:45:54 +0100 (MEZ)

hi there,

in order to compile cvs emacs (04.nov.2003 ~17.30 cet) i had to apply the
attached patch to have scroll_mode as a member of scrollbar struct. since
Xaw3d 1.5E there is a new ifdef condition. the patch doesnt remove the old
define for people using old Xaw3d.

thanks for emacs, great development tool!

regards, frank.
--- ./src/xterm.c.orig  2003-11-04 16:16:02.000000000 +0100
+++ ./src/xterm.c       2003-11-04 18:09:20.000000000 +0100
@@ -131,6 +131,7 @@
 #include <X11/Xaw3d/Simple.h>
 #include <X11/Xaw3d/Scrollbar.h>
 #define ARROW_SCROLLBAR
+#define XAW_ARROW_SCROLLBARS
 #include <X11/Xaw3d/ScrollbarP.h>
 #else /* !HAVE_XAW3D */
 #include <X11/Xaw/Simple.h>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]