[PATCH 2/5] win32u: Move NtUserEnumDisplayMonitors implementation from user32.
1 Dec
2021
1 Dec
'21
6:13 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 13 --- dlls/user32/sysparams.c | 187 +++-------------------------------- dlls/user32/user_main.c | 8 ++ dlls/user32/user_private.h | 6 +- dlls/win32u/driver.c | 9 +- dlls/win32u/gdiobj.c | 1 + dlls/win32u/sysparams.c | 71 +++++++++++++ dlls/win32u/win32u.spec | 4 +- dlls/win32u/win32u_private.h | 8 ++ dlls/win32u/wrappers.c | 5 + include/ntuser.h | 17 ++++ include/wine/gdi_driver.h | 3 +- 12 files changed, 133 insertions(+), 199 deletions(-)
1473
Age (days ago)
1473
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban