[Bug 31370] Full screen functionality broken in full screen programs

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 2 07:34:25 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31370

--- Comment #14 from Henri Verbeet <hverbeet at gmail.com> 2012-08-02 07:34:25 CDT ---
Created attachment 41236
  --> http://bugs.winehq.org/attachment.cgi?id=41236
patch

(In reply to comment #13)
> trace:x11drv:X11DRV_desktop_SetCurrentMode Resizing Wine desktop window to 1600x1200
> trace:x11drv:xinerama_init monitor 0x1: (0,0)-(1600,1200) work (0,0)-(1600,1200) (primary)
> trace:x11drv:xinerama_init virtual size: (0,0)-(1600,1200) primary size: 1600x1200
> trace:x11drv:xinerama_init monitor 0x1: (0,0)-(1600,1200) work (0,0)-(1600,1200) (primary)
> trace:x11drv:xinerama_init virtual size: (0,0)-(1600,1200) primary size: 1600x1200
> trace:x11drv:X11DRV_resize_desktop desktop 0x10038 change to (1600x1200)
> trace:x11drv:update_desktop_fullscreen action=1
> trace:x11drv:X11DRV_WindowPosChanged win 0x10038 window (0,0)-(1600,1200) client (0,0)-(1600,1200) style 96000000 flags 0000381f
> trace:x11drv:set_mwm_hints 0x10038 setting mwm hints to 3a,2c (style 96000000 exstyle 0)
> trace:x11drv:sync_window_position win 0x10038/5e00007 pos 0,0,1600x1200 after 33eac0 changes=c serial=70

Assuming that log is complete, update_desktop_fullscreen() certainly isn't
adding any decorations, it's only setting _NET_WM_STATE_FULLSCREEN, which
should already be set at that point anyway. I suppose there's a small chance
the MWM hints are confusing the window manager, but those also should have been
there before. Does the attached patch make any difference? Also, what window
manager are you actually using?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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