2004/01/11 00:49:54
[org.ibex.core.git] / src / org / xwt / plat / Java2.java
index dc105a7..f1ae217 100644 (file)
@@ -177,6 +177,7 @@ public class Java2 extends AWT {
         private SampleModel sm = null;
         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();