Whoops! Last patch was a dud. Here's the fix (commited)
On Wed, 2006-08-09 at 20:20 +0200, Sven de Marothy wrote:
> This doesn't make it alright. But it's a step.
>
> 2006-08-09 Sven de Marothy <[EMAIL PROTECTED]>
>
> * java/awt/image/BufferedImage.java
> (BufferedImage): Reimplement predefined-type constructor.
> (observers/tileObservers): Field renamed to tileObservers.
> (createDefaultIndexedColorModel): New method.
>
Index: java/awt/image/BufferedImage.java
===================================================================
RCS file: /sources/classpath/classpath/java/awt/image/BufferedImage.java,v
retrieving revision 1.18
diff -U3 -r1.18 BufferedImage.java
--- java/awt/image/BufferedImage.java 9 Aug 2006 18:21:14 -0000 1.18
+++ java/awt/image/BufferedImage.java 9 Aug 2006 18:30:22 -0000
@@ -138,7 +138,7 @@
* @throws IllegalArgumentException if <code>type</code> is not one of the
* specified values.
*/
- public BufferedImage(int w, int h, int type)
+ public BufferedImage(int width, int height, int type)
{
SampleModel sm = null;
ColorModel cm = null;