wayland: add min/max size from xdg-shell v6

Desktop / GNOME / Mutter - Olivier Fourdan [redhat.com] - 6 September 2016 01:54 UTC

Implement min/max size request from xdg-shell-v6 and plug it into the existing code so that windows with fixed size cannot be tiled/maximized in Wayland just like in X11.

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

4f58a46 wayland: add min/max size from xdg-shell v6
src/wayland/meta-wayland-surface.c | 8 ++
src/wayland/meta-wayland-surface.h | 8 ++
src/wayland/meta-wayland-xdg-shell.c | 83 ++++++++++++++++-
src/wayland/meta-window-wayland.c | 163 +++++++++++++++++++++++++++++++++-
src/wayland/meta-window-wayland.h | 18 ++++
5 files changed, 275 insertions(+), 5 deletions(-)

Upstream: git.gnome.org


  • Share