2003/10/28 10:33:57
[org.ibex.core.git] / src / org / xwt / plat / X11.cc
index c825f25..3cae6a7 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, 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,