[PATCH 3/5] win32u: Move set_foreground_window implementation from user32.
11 Mar
2022
11 Mar
'22
1:22 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 7 +- dlls/user32/focus.c | 199 +---------------------------------- dlls/user32/user_main.c | 1 + dlls/win32u/input.c | 39 +++++++ dlls/win32u/message.c | 19 ++++ dlls/win32u/ntuser_private.h | 1 + dlls/win32u/win32u_private.h | 1 + dlls/win32u/window.c | 2 + include/ntuser.h | 7 ++ 9 files changed, 73 insertions(+), 203 deletions(-)
1381
Age (days ago)
1381
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban