pointer: Update an old function reference

We renamed this and I forgot to rename it here.
This commit is contained in:
Jasper St. Pierre 2014-08-15 13:49:40 -04:00
parent f28c7835a1
commit 71a4fe746e

View File

@ -250,7 +250,7 @@ sync_focus_surface (MetaWaylandPointer *pointer)
if (meta_grab_op_is_moving_or_resizing (display->grab_op))
return;
if (meta_grab_op_should_block_wayland (display->grab_op))
if (!meta_grab_op_windows_are_interactable (display->grab_op))
focus_surface = NULL;
else
focus_surface = pointer->current;