[PATCH 0/1] MR9837: win32u: Also print hwnd in set_window_text() trace.
29 Dec
2025
29 Dec
'25
12:57 a.m.
29 Dec
29 Dec
12:57 a.m.
New subject: [PATCH 1/1] win32u: Also print hwnd in set_window_text() trace.
From: Dmitry Timoshkov <dmitry@baikal.ru> This makes +win log slightly more informative. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> --- dlls/win32u/defwnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/win32u/defwnd.c b/dlls/win32u/defwnd.c index 885af182657..dc3611a06ab 100644 --- a/dlls/win32u/defwnd.c +++ b/dlls/win32u/defwnd.c @@ -303,7 +303,7 @@ static BOOL set_window_text( HWND hwnd, const void *text, BOOL ansi ) } else str = NULL; - TRACE( "%s\n", debugstr_w(str) ); + TRACE( "%p, %s\n", hwnd, debugstr_w(str) ); if (!(win = get_win_ptr( hwnd ))) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9837
65
Age (days ago)
65
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Dmitry Timoshkov (@dmitry)