2003/10/29 02:50:30
authorxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:28 +0000 (07:40 +0000)
committerxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:28 +0000 (07:40 +0000)
darcs-hash:20040130074028-3ac31-ad484c0e7c10427d6625720abdaeb4228df30ff2.gz

src/org/xwt/plat/X11.cc

index 3cae6a7..bb250e5 100644 (file)
@@ -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 - cy1, cx2 - cx1, cy2 - cy1, dx, dy);
+              cx1 - dx, cy2 - dy, cx2 - cx1, cy2 - cy1, cx1, cx2);
 }
 
 void org::xwt::plat::X11$X11PixelBuffer::slowDrawPicture(org::xwt::Picture* s,