[Bug 38009] winex11.drv does not set NET_WM_STATE_FULLSCREEN if the display mode was changed

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 4 09:30:48 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=38009

Ken Thomases <ken at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ken at codeweavers.com

--- Comment #1 from Ken Thomases <ken at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list