Module: wine Branch: master Commit: bd604c80eae78c04335c026e5dcc2374ef3618aa URL: https://source.winehq.org/git/wine.git/?a=commit;h=bd604c80eae78c04335c026e5...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Feb 15 13:15:27 2022 +0100
win32u: Reset thread info in NtUserSetThreadDesktop.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/user32.spec | 2 +- dlls/user32/user_private.h | 9 +------ dlls/user32/winstation.c | 19 ------------- dlls/win32u/input.c | 1 + dlls/win32u/ntuser_private.h | 64 ++++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/sysparams.c | 1 + dlls/win32u/winstation.c | 10 ++++++- include/ntuser.h | 30 --------------------- 8 files changed, 77 insertions(+), 59 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bd604c80eae78c04335c0...