From 00159634577cf47298815075d13a357e45a34bd0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 22 Nov 2014 17:06:21 -0800 Subject: [PATCH] pointer: Make sure to always update the focus surface after repicking Our current and focus surfaces might get out of sync during destruction, which is odd, but just always do this to satisfy it. --- src/wayland/meta-wayland-pointer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c index b7a36f571..5d9202570 100644 --- a/src/wayland/meta-wayland-pointer.c +++ b/src/wayland/meta-wayland-pointer.c @@ -307,6 +307,7 @@ repick_for_event (MetaWaylandPointer *pointer, pointer->current = NULL; sync_focus_surface (pointer); + meta_wayland_pointer_update_cursor_surface (pointer); } void