Module: wine Branch: master Commit: 73dc9833b700fe07f9dee1adfe4a18c7771054f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=73dc9833b700fe07f9dee1adfe...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 21 11:17:13 2011 +0200
gdi32: Pass the full bitblt_coords structure to the Get/PutImage entry points.
---
dlls/gdi32/bitblt.c | 13 ++++------ dlls/gdi32/dib.c | 20 +++++++++------- dlls/gdi32/driver.c | 5 ++- dlls/winex11.drv/bitblt.c | 55 ++++++++++++++++++++++++++------------------ dlls/winex11.drv/x11drv.h | 4 +- include/wine/gdi_driver.h | 6 ++-- 6 files changed, 56 insertions(+), 47 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=73dc9833b700fe07f9dee1...