From: xwt Date: Fri, 30 Jan 2004 07:39:47 +0000 (+0000) Subject: 2003/10/19 07:51:45 X-Git-Tag: RC3~447 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=02433ef180bd164319976db87673c952691fde02 2003/10/19 07:51:45 darcs-hash:20040130073947-3ac31-44c266cbeb29029eb7b59a19c961650a03a1d9fe.gz --- diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index cd5ce11..629b2e7 100644 --- a/src/org/xwt/plat/X11.cc +++ b/src/org/xwt/plat/X11.cc @@ -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;