X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FX11.cc;h=bb250e52f5eb0bd15e7b0e6845a5bd1317d43cc8;hb=0d1fcf8e921755ad62d78ae4e51c0ed70a6bb8f7;hp=3cae6a77638d779e94425213beb08b83387c60b0;hpb=2060ee1ac8af46405e6debdda96e0263e8cd5732;p=org.ibex.core.git diff --git a/src/org/xwt/plat/X11.cc b/src/org/xwt/plat/X11.cc index 3cae6a7..bb250e5 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 - 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,