13 Mar
2024
13 Mar
'24
9:56 a.m.
Zhiyi Zhang (@zhiyi) commented about programs/explorer/desktop.c:
SWP_SHOWWINDOW ); thread = CreateThread( NULL, 0, clipboard_thread, NULL, 0, &id ); if (thread) CloseHandle( thread ); + thread = CreateThread( NULL, 0, display_settings_restorer_thread, NULL, 0, &id );
Let's put this in initialize_display_settings(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5060#note_64540