pointer: Reindent
This commit is contained in:
parent
a364c2a96b
commit
be16c2fe71
@ -590,12 +590,12 @@ meta_wayland_pointer_start_popup_grab (MetaWaylandPointer *pointer,
|
|||||||
if (pointer->grab != &pointer->default_grab)
|
if (pointer->grab != &pointer->default_grab)
|
||||||
{
|
{
|
||||||
if (pointer->grab->interface == &popup_grab_interface)
|
if (pointer->grab->interface == &popup_grab_interface)
|
||||||
{
|
{
|
||||||
grab = (MetaWaylandPopupGrab*)pointer->grab;
|
grab = (MetaWaylandPopupGrab*)pointer->grab;
|
||||||
|
|
||||||
if (wl_resource_get_client (surface->resource) != grab->grab_client)
|
if (wl_resource_get_client (surface->resource) != grab->grab_client)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user