These two macros are multiply defined in Label.h, List.h, and SmeBSB.h. We undefine them before setting up their definitions in each header file.
22 lines
562 B
Text
22 lines
562 B
Text
$NetBSD: patch-ae,v 1.1 2000/12/06 09:02:01 jlam Exp $
|
|
|
|
--- SmeBSB.h.orig Sat Nov 9 22:18:01 1996
|
|
+++ SmeBSB.h
|
|
@@ -82,6 +82,17 @@
|
|
|
|
extern WidgetClass smeBSBObjectClass;
|
|
|
|
+/*
|
|
+ * These two macros are multiply defined in Label.h, List.h, and SmeBSB.h.
|
|
+ * We undefine them before setting up their definitions in each header file.
|
|
+ */
|
|
+#ifdef XtCtextBorder
|
|
+#undef XtCtextBorder
|
|
+#endif
|
|
+#ifdef XtCdrawTextBorder
|
|
+#undef XtCdrawTextBorder
|
|
+#endif
|
|
+
|
|
#define XtNleftBitmap "leftBitmap"
|
|
#define XtNleftMargin "leftMargin"
|
|
#define XtNrightBitmap "rightBitmap"
|