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)
|
||||
return;
|
||||
|
||||
if (pointer->focus_surface)
|
||||
if (pointer->focus_surface != NULL)
|
||||
{
|
||||
struct wl_resource *resource;
|
||||
struct wl_list *l;
|
||||
|
Loading…
Reference in New Issue
Block a user