summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-07-16 03:45:28 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-07-16 03:45:28 +0000
commitfe3188ebad26317a73575b16b357c880f5346fd4 (patch)
tree620c221da0c048fb201e3aa263dca85333511d3f /java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h
parentUpdate to 11.0.8 (diff)
Update to 8u262
Notes
Notes: svn path=/head/; revision=542305
Diffstat (limited to 'java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h')
-rw-r--r--java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h b/java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h
new file mode 100644
index 000000000000..330c809403d2
--- /dev/null
+++ b/java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h
@@ -0,0 +1,11 @@
+--- jdk/src/solaris/native/sun/awt/wsutils.h
++++ jdk/src/solaris/native/sun/awt/wsutils.h
+@@ -70,7 +70,7 @@ from The Open Group.
+ *
+ ******************************************************************************/
+
+-typedef unsigned long Pixel;
++#include <X11/Intrinsic.h> /* For Pixel */
+
+ /* This is the actual structure returned by the X server describing the
+ * SERVER_OVERLAY_VISUAL property.