make i2 visible outside AWT.java
[org.ibex.core.git] / src / org / ibex / plat / AWT.java
index fb31bd9..9ca0366 100644 (file)
@@ -120,8 +120,8 @@ public class AWT extends JVM {
 
     protected org.ibex.graphics.Font.Glyph _createGlyph(org.ibex.graphics.Font f, char c) { return new AWTGlyph(f, c); }
     protected static class AWTGlyph extends org.ibex.graphics.Font.Glyph {
-        private Image i = null;
-        private Image i2 = null;
+        Image i = null;
+        Image i2 = null;
         private static ColorModel cmodel = new DirectColorModel(32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000);
 
         // this doesn't work on Win32 because the JVM is broken