mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
pointer: Reindent
This commit is contained in:
parent
29439f8de2
commit
16bcbd1a34
@ -359,8 +359,7 @@ update_current_focus (MetaWaylandPointer *pointer,
|
|||||||
pointer->current = surface;
|
pointer->current = surface;
|
||||||
if (surface != pointer->focus_surface)
|
if (surface != pointer->focus_surface)
|
||||||
{
|
{
|
||||||
const MetaWaylandPointerGrabInterface *interface =
|
const MetaWaylandPointerGrabInterface *interface = pointer->grab->interface;
|
||||||
pointer->grab->interface;
|
|
||||||
interface->focus (pointer->grab, surface);
|
interface->focus (pointer->grab, surface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user