mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
6fe46cac60
On X11, if a window cannot be maximized because its minimum size is already larger than the output size, a request to maximize will be ignored. On Wayland, however, we would still honor the maximize request and switch the window state to maximized, without actually moving the window which leads to weird visual effects, as the window end up being maximized in-place. To avoid this, make sure the window has the maximize functionality available prior to change its state in xdg-shell `set_maximized` request. Closes: https://gitlab.gnome.org/GNOME/mutter/issues/463 |
||
---|---|---|
.. | ||
backends | ||
compositor | ||
core | ||
meta | ||
tests | ||
ui | ||
wayland | ||
x11 | ||
libmutter.pc.in | ||
meson.build | ||
meta-marshal.list | ||
org.freedesktop.login1.xml | ||
org.gnome.Mutter.DisplayConfig.xml | ||
org.gnome.Mutter.IdleMonitor.xml | ||
org.gnome.Mutter.RemoteDesktop.xml | ||
org.gnome.Mutter.ScreenCast.xml |