From: xwt Date: Fri, 30 Jan 2004 07:40:29 +0000 (+0000) Subject: 2003/10/29 02:52:17 X-Git-Tag: RC3~403 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=6769f097bd98e74002f4e66cf029d30204cb42ed 2003/10/29 02:52:17 darcs-hash:20040130074029-3ac31-c11005ee06eb47fe8c4f385532cc628a7e2a6caf.gz --- diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index bb250e5..5147ffb 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, cy2 - dy, cx2 - cx1, cy2 - cy1, cx1, cx2); + cx1 - dx, cy1 - dy, cx2 - cx1, cy2 - cy1, cx1, cy1); } void org::xwt::plat::X11$X11PixelBuffer::slowDrawPicture(org::xwt::Picture* s,