ports/java/openjdk8/files/patch-jdk-src-solaris-native-sun-awt-wsutils.h
2020-07-16 03:45:28 +00:00

11 lines
402 B
C

--- 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.