[Wayland-bugs] [Bug 783901] Restoring maximized window state in Wayland results in tiny window
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 21 07:46:08 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783901
--- Comment #13 from Olivier Fourdan <ofourdan at redhat.com> ---
Well, the reason is pretty obvious, calling meta_window_force_placement() from
xdg_toplevel_set_maximized() will set "window->placed" to TRUE prior to call
meta_window_maximize() and thus we shall not return early:
https://git.gnome.org/browse/mutter/tree/src/core/window.c#n2729
As a result, the "old" geometry is saved with a zero size...
But reverting commit 7801df7 will re-introduce bug 782183 and bug 781353 so we
should fix those differently, so we ought to find a different fix.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170621/a91bb553/attachment.html>
More information about the wayland-bugs
mailing list