https://bugzilla.gnome.org/show_bug.cgi?id=783901

--- Comment #13 from Olivier Fourdan <[email protected]> ---
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.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to