diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-07-16 03:45:28 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-07-16 03:45:28 +0000 |
commit | fe3188ebad26317a73575b16b357c880f5346fd4 (patch) | |
tree | 620c221da0c048fb201e3aa263dca85333511d3f /java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h | |
parent | Update 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.h | 11 |
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. |