X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FJava2.java;fp=src%2Forg%2Fibex%2Fplat%2FJava2.java;h=d1b646c2ff14034876ff0b35cba637ad8d944363;hp=0efff6789a268b9fa3251b93f500cb59c88f769e;hb=098f2fd17df6500e8dad466c162c2e0589cc7df5;hpb=53b81e839d264d8cecdaf11bf9fae5579cc50e2c diff --git a/src/org/ibex/plat/Java2.java b/src/org/ibex/plat/Java2.java index 0efff67..d1b646c 100644 --- a/src/org/ibex/plat/Java2.java +++ b/src/org/ibex/plat/Java2.java @@ -117,7 +117,7 @@ public class Java2 extends AWT { private static GeneralPath gp = new GeneralPath(); // this doens't seem to work on Windows - public void drawGlyph(org.ibex.graphics.Font.Glyph source, Affine a, Hull h, int rgb, int bg) { + public void drawGlyph(org.ibex.graphics.Font.Glyph source, Affine a, Mesh h, int rgb, int bg) { Image i = ((AWTGlyph)source).getImage(); Image i2 = ((AWTGlyph)source).i2; if (((AWTGlyph)source).i2 == null) {