| commit | 7f6c84b591f9a7b149109f50602a52ee6742e77f | [log] [tgz] |
|---|---|---|
| author | Andreas Mohr <amohr@codeweavers.com> | Thu Jan 04 19:28:33 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 04 19:28:33 2001 +0000 |
| tree | 4b90f6e741263c03e97d797ad9ef2bebf7b2e621 | |
| parent | f7e09367bfa4c6ac5a234045320dea53d811df57 [diff] |
Starcraft was confused by a wrong FALSE BitBlt return.
diff --git a/graphics/x11drv/bitblt.c b/graphics/x11drv/bitblt.c index 4e9ee00..280b042 100644 --- a/graphics/x11drv/bitblt.c +++ b/graphics/x11drv/bitblt.c
@@ -1529,6 +1529,7 @@ X11DRV_CoerceDIBSection( dcDst, DIB_Status_GdiMod, FALSE ); X11DRV_DIB_CopyDIBSection( dcSrc, dcDst, xSrc, ySrc, xDst, yDst, width, height ); + result = TRUE; goto END; }