added missing patches to move to fillTriangle() and Mesh
[org.ibex.core.git] / src / org / ibex / plat / Java2.java
index 0efff67..d1b646c 100644 (file)
@@ -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) {