all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] define XAW_ARROW_SCROLLBARS for Xaw3s version 1.5E
@ 2003-11-04 16:45 Frank Zirkelbach
  0 siblings, 0 replies; only message in thread
From: Frank Zirkelbach @ 2003-11-04 16:45 UTC (permalink / raw)


[-- Attachment #1: Type: TEXT/PLAIN, Size: 329 bytes --]

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.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 352 bytes --]

--- ./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>

[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-04 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-04 16:45 [PATCH] define XAW_ARROW_SCROLLBARS for Xaw3s version 1.5E Frank Zirkelbach

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.