summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-07-31 01:21:51 +0000
committerEric Anholt <anholt@freebsd.org>2004-07-31 01:21:51 +0000
commit7a541dcaa28b6f97a647d0d8e0873f665ea372aa (patch)
tree461743977b0880a8d5a6f2785f652a44dee7968a /include
parentb83924fa380f9e68c0c8a9dada6094c95fc44441 (diff)
downloadxorg-lib-libXt-7a541dcaa28b6f97a647d0d8e0873f665ea372aa.tar.gz
Rename some COMPOSITE macros and enums to avoid conflicting with theXORG-6_7_99_1
COMPOSITE extension's new macro. These appear to only be used internally.
Diffstat (limited to 'include')
-rw-r--r--include/X11/Composite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Composite.h b/include/X11/Composite.h
index e355154..0a58332 100644
--- a/include/X11/Composite.h
+++ b/include/X11/Composite.h
@@ -97,7 +97,7 @@ extern void XtChangeManagedSet(
_XFUNCPROTOEND
-#ifndef COMPOSITE
+#ifndef XT_COMPOSITE
externalref WidgetClass compositeWidgetClass;
#endif