X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FOpenGL.java;h=96d701dbad2ba5c75f5db7936474569419d82031;hb=8ca06b850fb51673a7cfe751643ea45ec528070d;hp=510693a2ea7f9da0844fd433dd396673445481d6;hpb=74872f23809fded481595225bd59115f521ca171;p=org.ibex.core.git diff --git a/src/org/xwt/plat/OpenGL.java b/src/org/xwt/plat/OpenGL.java index 510693a..96d701d 100644 --- a/src/org/xwt/plat/OpenGL.java +++ b/src/org/xwt/plat/OpenGL.java @@ -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;