mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Gergo Koteles](/assets/img/avatar_default.png)
With libdecor, window moving/resizing only works with the pointer, not with touch. The meta_wayland_pointer_can_grab_surface checks for subsurfaces, but the meta_wayland_touch_find_grab_sequence does not. Add a similar subsurface check to meta_wayland_touch_find_grab_sequence. Closes: GNOME/mutter#2872 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3125>