2003/09/15 20:24:42
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 98f3d9b..f923516 100644 (file)
@@ -21,6 +21,9 @@ public abstract class GCJ extends Platform {
 
     protected org.xwt.Weak _getWeak(Object o) { return new Java2Weak(o); }
 
+    protected native InputStream _getBuiltinInputStream();
+    protected native InputStream _getFreetypeInputStream();
+
     private static class Java2Weak extends java.lang.ref.WeakReference implements org.xwt.Weak {
         public Java2Weak(Object o) { super(o); }
     }