2003/12/13 08:13:34
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 028f0ba..cad7e61 100644 (file)
@@ -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 {