2004/01/14 01:44:21
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 028f0ba..dc0da01 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.plat;
 
 import org.xwt.*;
@@ -21,7 +21,7 @@ public abstract class GCJ extends Platform {
 
     protected native InputStream _getBuiltinInputStream();
 
-    protected native Picture _decodeJPEG(InputStream is, String name);
+    protected native void _decodeJPEG(InputStream is, Picture p);
 
     // FEATURE: This could be optimized (a lot) by using a custom hashtable
     public final static class Retainer {