2004/01/11 00:49:54
[org.ibex.core.git] / src / org / xwt / plat / Java2.java
index ae36394..f1ae217 100644 (file)
@@ -178,7 +178,6 @@ public class Java2 extends AWT {
         private DataBuffer buf = null;
 
         // this doens't seem to work on Windows
-        /*
         public void drawGlyph(Picture source, int dx, int dy, int cx1, int cy1, int cx2, int cy2, int rgb) {
             AWTPicture src = (AWTPicture)source;
             src.init();
@@ -192,7 +191,7 @@ public class Java2 extends AWT {
             g2.drawImage(i, 0, 0, null);
             g2.setClip(0, 0, i.getWidth(null), i.getHeight(null));
         }
-        */
+
         public Java2PixelBuffer(int w, int h) {
             sm = cm.createCompatibleSampleModel(w, h);
             int numSamples = w * h * sm.getNumDataElements();