From: megacz Date: Fri, 30 Jan 2004 07:40:11 +0000 (+0000) Subject: 2003/10/28 10:33:57 X-Git-Tag: RC3~423 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=403cde3ddcb992a03b83600b691823a0d6760b32;p=org.ibex.core.git 2003/10/28 10:33:57 darcs-hash:20040130074011-2ba56-781c46b0427eab64640a43341f47743ab747e62a.gz --- diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index c825f25..3cae6a7 100644 --- a/src/org/xwt/plat/X11.cc +++ b/src/org/xwt/plat/X11.cc @@ -78,7 +78,7 @@ void org::xwt::plat::X11$X11PixelBuffer::fastDrawPicture(org::xwt::Picture* s, } XCopyArea(display, *((Pixmap*)source->doublebuf->pm), (*((Pixmap*)pm)), (*((GC*)clipped_gc)), - cx1 - dx, cy1 - cy, cx2 - cx1, cy2 - cy1, dx, dy); + cx1 - dx, cy2 - cy1, cx2 - cx1, cy2 - cy1, dx, dy); } void org::xwt::plat::X11$X11PixelBuffer::slowDrawPicture(org::xwt::Picture* s,