Alexandre Julliard : user32: Move the common parts of ScrollDC into user32 and the null driver.

Alexandre Julliard julliard at winehq.org
Fri Apr 19 14:25:07 CDT 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Apr 19 12:27:59 2013 +0200

user32: Move the common parts of ScrollDC into user32 and the null driver.

---

 dlls/user32/driver.c              |   14 ++-
 dlls/user32/painting.c            |  104 +++++++++++++++++++-
 dlls/user32/user_private.h        |    2 +-
 dlls/winemac.drv/Makefile.in      |    1 -
 dlls/winemac.drv/scroll.c         |  188 ------------------------------------
 dlls/winemac.drv/winemac.drv.spec |    1 -
 dlls/winex11.drv/Makefile.in      |    1 -
 dlls/winex11.drv/scroll.c         |  192 -------------------------------------
 dlls/winex11.drv/window.c         |   35 +++++++
 dlls/winex11.drv/winex11.drv.spec |    2 +-
 10 files changed, 146 insertions(+), 394 deletions(-)

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



More information about the wine-cvs mailing list