On Mon Jun 3 09:58:36 2024 +0000, Zhiyi Zhang wrote:
If the resolution is changed by the host system instead of ChangeDisplaySettings() from Wine, I think the desktop window won't be resized anymore after this patch, right? Because you're not sending a WM_DISPLAYCHANGE in this case. Same for other platforms like x11 and Mac. And it was working before this patch.
Hmm, I think you're right. I was thinking that it would end up in a call to `apply_display_settings` but it's probably only going to refresh the display devices.