< prev index next >

src/java.desktop/share/native/libawt/java2d/SurfaceData.h

Print this page

        

*** 161,170 **** --- 161,171 ---- unsigned char *invColorTable; /* Inverse color table */ char *redErrTable; /* Red ordered dither table */ char *grnErrTable; /* Green ordered dither table */ char *bluErrTable; /* Blue ordered dither table */ int *invGrayTable; /* Inverse gray table */ + int representsPrimaries; /* whether cmap represents primary colors */ union { void *align; /* ensures strict alignment */ char data[SD_RASINFO_PRIVATE_SIZE]; } priv; } SurfaceDataRasInfo;
< prev index next >