Jacek Caban : win32u: Introduce NtUserGetChildRect.
Module: wine Branch: master Commit: 421fb1c80493df8e9ce0b8e5dabe6e78bf624a52 URL: https://gitlab.winehq.org/wine/wine/-/commit/421fb1c80493df8e9ce0b8e5dabe6e7... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Jul 29 19:44:39 2022 +0200 win32u: Introduce NtUserGetChildRect. And use it in CalcChildScroll. --- dlls/user32/class.c | 38 ----------- dlls/user32/controls.h | 2 - dlls/user32/mdi.c | 2 +- dlls/user32/user_private.h | 3 - dlls/user32/win.c | 160 --------------------------------------------- dlls/user32/win.h | 4 -- dlls/win32u/sysparams.c | 3 - dlls/win32u/window.c | 3 + include/ntuser.h | 7 +- 9 files changed, 10 insertions(+), 212 deletions(-)
participants (1)
-
Alexandre Julliard