https://bugs.freedesktop.org/show_bug.cgi?id=78409
--- Comment #2 from Ander Conselvan de Oliveira <[email protected]> --- I investigated this a little bit, but I'm not sure what is the proper solution. On the client side, the window frame is changed on the frame resize handler, which is triggered by a configure event sent when the surface state changes to maximized or fullscreen. The server, however, doesn't send a configure event when the surface goes from fullscreen to non-fullscreen, even it has the maximized state on. One solution would be to send the configure event when removing the fullscreen state if the surface is maximized. Another would be to make the client remember it is maximized and what size it was and change back to that state when it decides to no longer be fullscreen. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
