2003/10/01 03:08:32
[org.ibex.core.git] / src / org / xwt / plat / OpenGL.java
index 510693a..96d701d 100644 (file)
@@ -80,6 +80,9 @@ abstract class OpenGL {
             //System.out.println("drawString(): " + text);
         }
         
+        public native void drawPictureAlphaOnly(Picture source, int dx1, int dy1, int dx2, int dy2,
+                                                int sx1, int sy1, int sx2, int sy2, int rgb);
+
         public void drawPicture(org.xwt.Picture source, int x, int y) {
             activateContext();
             GLPicture p = (GLPicture) source;