jdk/src/share/native/sun/awt/image/awt_parseImage.h
changeset 16096 a4397a7163e3
parent 5506 202f599c92aa
child 20799 4820649a142d
--- a/jdk/src/share/native/sun/awt/image/awt_parseImage.h	Mon Nov 19 15:38:56 2012 -0800
+++ b/jdk/src/share/native/sun/awt/image/awt_parseImage.h	Tue Nov 20 11:46:42 2012 +0400
@@ -95,6 +95,7 @@
     jint offsets[MAX_NUMBANDS];
     jint nBits[MAX_NUMBANDS];
     jint  maxBitSize;
+    jint isUsed; // flag to indicate whether the raster sample model is SPPSM
 } SPPSampleModelS_t;
 
 /* Struct that holds information for the Raster object */