2003/10/19 07:51:45
authorxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:39:47 +0000 (07:39 +0000)
committerxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:39:47 +0000 (07:39 +0000)
darcs-hash:20040130073947-3ac31-44c266cbeb29029eb7b59a19c961650a03a1d9fe.gz

src/org/xwt/plat/X11.cc

index cd5ce11..629b2e7 100644 (file)
@@ -89,7 +89,7 @@ void org::xwt::plat::X11$X11PixelBuffer::fastDrawPicture(org::xwt::Picture* s,
 }
 
 void org::xwt::plat::X11$X11PixelBuffer::slowDrawPicture(org::xwt::Picture* s,
-                                                            jint dx1, jint dy1, jint dx2, jint dy2, jint sx1, jint sy1, jint sx2, jint sy2, int rgb, int alphaOnly) {
+                                                            jint dx1, jint dy1, jint dx2, jint dy2, jint sx1, jint sy1, jint sx2, jint sy2, jint rgb, jboolean alphaOnly) {
 
     org::xwt::plat::X11$X11Picture* source = (org::xwt::plat::X11$X11Picture*)s;
     XImage* xi;