Module: wine Branch: master Commit: 74da33b7914d191afff03637dda1d60ee09710ca URL: https://source.winehq.org/git/wine.git/?a=commit;h=74da33b7914d191afff03637d...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Apr 4 16:57:43 2022 +0200
win32u: Move SendMessageTimeoutW implementation from user32.
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/message.c | 15 ++---- dlls/user32/user_main.c | 1 - dlls/win32u/input.c | 6 +-- dlls/win32u/message.c | 125 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/ntuser_private.h | 1 - dlls/win32u/palette.c | 5 +- dlls/win32u/sysparams.c | 9 ++-- dlls/win32u/tests/win32u.c | 4 -- dlls/win32u/win32u_private.h | 2 + 9 files changed, 141 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=74da33b7914d191afff03...