summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-08-17 21:23:06 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-08-17 21:54:45 -0500
commit702053d110b493b41fe18e14f2a154aa7322b371 (patch)
treecbfc783293537efa6e13a11f34d34e9ccd6be99f /pngstruct.h
parent74a9c07fdde7534ee0fbedf388487faca4e27063 (diff)
downloadlibpng-702053d110b493b41fe18e14f2a154aa7322b371.tar.gz
[libpng16] Bump version to 1.6.0beta28
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pngstruct.h b/pngstruct.h
index a3f8383fa..2583255cb 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -94,9 +94,9 @@ typedef struct png_xy
*/
typedef struct png_XYZ
{
- png_fixed_point redX, redY, redZ;
- png_fixed_point greenX, greenY, greenZ;
- png_fixed_point blueX, blueY, blueZ;
+ png_fixed_point red_X, red_Y, red_Z;
+ png_fixed_point green_X, green_Y, green_Z;
+ png_fixed_point blue_X, blue_Y, blue_Z;
} png_XYZ;
#endif /* COLORSPACE */