2003/12/29 22:29:34
[org.ibex.core.git] / src / org / xwt / translators / Freetype.java
index 3bff602..4d14852 100644 (file)
@@ -17,9 +17,9 @@ public class Freetype {
     private int mem_allocated = 0;
     private Runtime vm = null;
 
-    private Res loadedStream = null;
+    private Stream loadedStream = null;
 
-    public void loadFontByteStream(Res res) {
+    public void loadFontByteStream(Stream res) {
         try {
             Log.info(this, "loading font " + res);
             loadedStream = res;