diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 9340b4ac..79bd65c1 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -1742,6 +1742,9 @@ common_surface_resize(struct wl_resource *resource, if (shsurf->state.fullscreen) return; + if (shsurf->grabbed) + return; + if (seat->pointer->button_count == 0 || seat->pointer->grab_serial != serial || seat->pointer->focus == NULL)