Skip to content

[gtk3/wayland] Infer resizable edges for tiled windows if possible.

This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1871627

All GTK3/4 apps on non-GNOME desktops aren't resizable if they are tiled.

This patch makes the non-tiled edges resizable if we have per-edge tiling, but not per-edge resizing information.

We might want to make all edges resizable, but that might not be fine for tiling compositors.

Merge request reports