Module: wine Branch: master Commit: b2db69efcf473a2b7dc6e26155069a4f4094db9d URL: https://source.winehq.org/git/wine.git/?a=commit;h=b2db69efcf473a2b7dc6e2615...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jun 8 19:15:14 2022 +0200
win32u: Move NtUserScrollWindowEx implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/user32/edit.c | 4 +- dlls/user32/listbox.c | 8 +- dlls/user32/mdi.c | 8 +- dlls/user32/painting.c | 240 +------------------------------------------ dlls/user32/user32.spec | 2 +- dlls/win32u/dce.c | 204 ++++++++++++++++++++++++++++++++++++ dlls/win32u/gdiobj.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 4 + dlls/win32u/window.c | 2 +- dlls/win32u/wrappers.c | 9 ++ include/ntuser.h | 6 ++ 12 files changed, 239 insertions(+), 251 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b2db69efcf473a2b7dc6e...