You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The compositor must reply to this request with a configure event with the dimensions for the output on which the surface will be made fullscreen."
Which we don't honour as the window management "window" has not yet been created in Mir. Only when a buffer is submitted do we create the window (and size the surface).
312: Consolidate the fullscreen (and other Window state) handling r=wmww a=AlanGriffiths
Implement the common state changing logic in WlAbstractMirWindow. (Fixes: #311)
If WAYLAND_DEBUG=client is set, then it is clear that buffers are being submitted, but there's no window (fullscreen or otherwise) shown.
The text was updated successfully, but these errors were encountered: