Jacek Caban : win32u: Move scroll tracking implementation from user32.

Alexandre Julliard julliard at winehq.org
Mon Jul 4 16:42:27 CDT 2022


Module: wine
Branch: master
Commit: 419893519c0660a765ebb9898b5ccf64c273b0cf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=419893519c0660a765ebb9898b5ccf64c273b0cf

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun 30 17:12:46 2022 +0200

win32u: Move scroll tracking implementation from user32.

---

 dlls/user32/controls.h       |    3 -
 dlls/user32/defwnd.c         |   24 +-
 dlls/user32/edit.c           |    4 +-
 dlls/user32/listbox.c        |   14 +-
 dlls/user32/mdi.c            |    4 +-
 dlls/user32/nonclient.c      |   69 ---
 dlls/user32/scroll.c         | 1304 +-----------------------------------------
 dlls/user32/user32.spec      |    6 +-
 dlls/user32/user_main.c      |   12 +-
 dlls/user32/win.c            |   14 -
 dlls/user32/win.h            |    1 -
 dlls/win32u/defwnd.c         |   77 ++-
 dlls/win32u/gdiobj.c         |    3 +
 dlls/win32u/ntuser_private.h |    1 -
 dlls/win32u/scroll.c         | 1032 ++++++++++++++++++++++++++++++++-
 dlls/win32u/win32u.spec      |    6 +-
 dlls/win32u/win32u_private.h |    8 +
 dlls/win32u/window.c         |   11 +-
 dlls/win32u/wrappers.c       |   18 +
 include/ntuser.h             |   36 +-
 20 files changed, 1219 insertions(+), 1428 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=419893519c0660a765ebb9898b5ccf64c273b0cf



More information about the wine-cvs mailing list