2003/12/27 01:03:55
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 1a7c41b..cad7e61 100644 (file)
@@ -21,10 +21,9 @@ public abstract class GCJ extends Platform {
 
     protected native InputStream _getBuiltinInputStream();
 
-    // FIXME
-    protected native Picture _decodeJPEG(InputStream is, String name);
+    protected native void _decodeJPEG(InputStream is, Picture p);
 
-    // FIXME: This could be optimized (a lot) by using a custom hashtable
+    // FEATURE: This could be optimized (a lot) by using a custom hashtable
     public final static class Retainer {
         private static Hash table = new Hash();
         private final static class Key {