diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c index b8a138543..f7106c609 100644 --- a/src/wayland/meta-wayland-pointer.c +++ b/src/wayland/meta-wayland-pointer.c @@ -863,8 +863,7 @@ meta_wayland_pointer_start_grab (MetaWaylandPointer *pointer, interface = pointer->grab->interface; grab->pointer = pointer; - if (pointer->current) - interface->focus (pointer->grab, pointer->current); + interface->focus (pointer->grab, pointer->current); } void