mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
pointer: Make coding style similar to keyboard
This commit is contained in:
parent
dbb7b9e85b
commit
ac6ec168da
@ -484,7 +484,7 @@ meta_wayland_pointer_set_focus (MetaWaylandPointer *pointer,
|
|||||||
if (pointer->focus_surface == surface)
|
if (pointer->focus_surface == surface)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (pointer->focus_surface)
|
if (pointer->focus_surface != NULL)
|
||||||
{
|
{
|
||||||
struct wl_resource *resource;
|
struct wl_resource *resource;
|
||||||
struct wl_list *l;
|
struct wl_list *l;
|
||||||
|
Loading…
Reference in New Issue
Block a user