mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 11:30:45 -05:00
pointer: Update an old function reference
We renamed this and I forgot to rename it here.
This commit is contained in:
parent
f28c7835a1
commit
71a4fe746e
@ -250,7 +250,7 @@ sync_focus_surface (MetaWaylandPointer *pointer)
|
|||||||
if (meta_grab_op_is_moving_or_resizing (display->grab_op))
|
if (meta_grab_op_is_moving_or_resizing (display->grab_op))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (meta_grab_op_should_block_wayland (display->grab_op))
|
if (!meta_grab_op_windows_are_interactable (display->grab_op))
|
||||||
focus_surface = NULL;
|
focus_surface = NULL;
|
||||||
else
|
else
|
||||||
focus_surface = pointer->current;
|
focus_surface = pointer->current;
|
||||||
|
Loading…
Reference in New Issue
Block a user