winemac.drv: Only set the app icon once per process.

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 e4a43cfa, when it was rightly moved so that we can ensure GDI is all set up.

Merge request reports

Loading