mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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.
This commit is contained in:
parent
b832bc7424
commit
0015963457
@ -307,6 +307,7 @@ repick_for_event (MetaWaylandPointer *pointer,
|
||||
pointer->current = NULL;
|
||||
|
||||
sync_focus_surface (pointer);
|
||||
meta_wayland_pointer_update_cursor_surface (pointer);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user