summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-09-01 19:00:15 +0000
committerSilenio Quarti <silenio>2005-09-01 19:00:15 +0000
commit4163245f26b1bc4621e4a87eb3e9d778de21ea84 (patch)
tree2c98e5690725b78d953ccb0bc876dce7dfed1a80 /bundles/org.eclipse.swt/Eclipse SWT PI/motif/library
parentc44dd21c1a1b0072edf7d53333363f735a817f14 (diff)
downloadeclipse.platform.swt-4163245f26b1bc4621e4a87eb3e9d778de21ea84.tar.gz
eclipse.platform.swt-4163245f26b1bc4621e4a87eb3e9d778de21ea84.tar.xz
eclipse.platform.swt-4163245f26b1bc4621e4a87eb3e9d778de21ea84.zip
106981
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif/library')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/os.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/os.h
index dcfbf43105..cf204767de 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/os.h
@@ -22,7 +22,12 @@
#include <X11/keysym.h>
#include <X11/extensions/shape.h>
#include <X11/extensions/Print.h>
+#if !(defined _HPUX || defined AIX)
#include <X11/extensions/Xrender.h>
+#else
+#define NO_XRenderPictureAttributes
+#define NO__1XRenderCreatePicture
+#endif
#if !(defined _HPUX || defined SOLARIS)
#include <X11/extensions/XTest.h>
#endif