blob: 330c809403d29a0f84bdf387dbdb6951471a6e21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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.
|