4 Feb
2026
4 Feb
'26
7:15 p.m.
set_app_icon does quite a bit of work, and macdrv_SetDesktopWindow may be called from multiple threads. We only need to do it once. --- We used to only do this in process_attach before e4a43cfa1f44b4458bd347ce473846daa18f9326, when it was rightly moved so that we can ensure GDI is all set up. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10032