https://bugs.winehq.org/show_bug.cgi?id=38009
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ken@codeweavers.com
--- Comment #1 from Ken Thomases ken@codeweavers.com ---
... when the display mode was changed
Changed by whom? By Wine or externally?
I'm pretty sure that when Wine changes the display mode, it changes the recorded size of the primary monitor. xrandr*_set_current_mode() -> X11DRV_resize_desktop() -> xinerama_init() -> query_screens() -> sets rcMonitor, which is what is_window_rect_fullscreen() compares against.