blob: 88613ae206ec973170dbb8e83087f8d2532f7184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.1 2000/12/06 09:02:01 jlam Exp $
--- List.h.orig Sat Nov 9 22:08:42 1996
+++ List.h
@@ -120,6 +120,17 @@
#define XAW_LIST_NONE -1
+/*
+ * 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 XtCList "List"
#define XtCSpacing "Spacing"
#define XtCColumns "Columns"
|