Re: [PATCH weston 1/4] compositor-wayland: Change focus to a bool instead of an int

2015-10-09 Thread Daniel Stone
Hi, On 9 October 2015 at 17:28, Derek Foreman wrote: > diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c > index 7b11ae4..dbbc1ad 100644 > --- a/src/compositor-wayland.c > +++ b/src/compositor-wayland.c > @@ -177,7 +177,7 @@ struct wayland_input { > enum weston_key_state_up

[PATCH weston 1/4] compositor-wayland: Change focus to a bool instead of an int

2015-10-09 Thread Derek Foreman
Signed-off-by: Derek Foreman --- src/compositor-wayland.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 7b11ae4..dbbc1ad 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c @@ -177,7 +177