2003/12/30 23:14:10
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:43:56 +0000 (07:43 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:43:56 +0000 (07:43 +0000)
darcs-hash:20040130074356-2ba56-74d4abfc64808ed091c303575c94fafaf252b86e.gz

src/org/xwt/plat/Java2.java

index aa27a3e..ae36394 100644 (file)
@@ -178,7 +178,7 @@ 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,8 +192,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();