Alexandre Julliard : gdi32: Remove the bitmap parameter from the Get/ PutImage entry points.

Alexandre Julliard julliard at winehq.org
Wed May 30 13:18:51 CDT 2012


Module: wine
Branch: master
Commit: 1416d0e6f151a4937307b42f810606ea09e68fd2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1416d0e6f151a4937307b42f810606ea09e68fd2

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May 23 23:36:20 2012 +0200

gdi32: Remove the bitmap parameter from the Get/PutImage entry points.

---

 dlls/gdi32/bitblt.c        |   20 +++---
 dlls/gdi32/dib.c           |   10 +-
 dlls/gdi32/dibdrv/bitblt.c |   30 +------
 dlls/gdi32/dibdrv/dibdrv.h |    6 +-
 dlls/gdi32/driver.c        |    6 +-
 dlls/gdi32/font.c          |    6 +-
 dlls/wineps.drv/bitmap.c   |    4 +-
 dlls/wineps.drv/psdrv.h    |    2 +-
 dlls/winex11.drv/bitblt.c  |  181 +++++++++++++-------------------------------
 dlls/winex11.drv/x11drv.h  |    4 +-
 dlls/winex11.drv/xrender.c |  109 +++++++++------------------
 include/wine/gdi_driver.h  |    6 +-
 12 files changed, 125 insertions(+), 259 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=1416d0e6f151a4937307b42f810606ea09e68fd2



More information about the wine-cvs mailing list