Starcraft was confused by a wrong FALSE BitBlt return.

This commit is contained in:
Andreas Mohr 2001-01-04 19:28:33 +00:00 committed by Alexandre Julliard
parent f7e09367bf
commit 7f6c84b591

View file

@ -1529,6 +1529,7 @@ BOOL X11DRV_BitBlt( DC *dcDst, INT xDst, INT yDst,
X11DRV_CoerceDIBSection( dcDst, DIB_Status_GdiMod, FALSE );
X11DRV_DIB_CopyDIBSection( dcSrc, dcDst, xSrc, ySrc, xDst, yDst, width, height );
result = TRUE;
goto END;
}