You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2007/04/15 06:23:24 UTC

svn commit: r528923 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h

Author: ndbeyer
Date: Sat Apr 14 21:23:22 2007
New Revision: 528923

URL: http://svn.apache.org/viewvc?view=rev&rev=528923
Log:
Revert revision 528479; HARMONY-3570.

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h?view=diff&rev=528923&r1=528922&r2=528923
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/shared/pngdecoder.h Sat Apr 14 21:23:22 2007
@@ -60,8 +60,8 @@
   unsigned char *inputBuffer;  
 
   size_t rowbytes; // Bytes for one row of data
-  png_uint_32 width;
-  png_uint_32 height;
+  int width;
+  int height;
 
   int channels;
   int bitDepth;