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

2015-11-16 Thread Bryce Harrington
On Fri, Nov 06, 2015 at 03:56:06PM -0600, Derek Foreman wrote: > Also rename focus to has_focus to be slightly less confusing. > > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington Pushed: remote: I: patch #64087 updated using rev 4bcc54d1a56057293d3a7a34e9592707406a6c9a remote: I: 1

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

2015-11-06 Thread Derek Foreman
Also rename focus to has_focus to be slightly less confusing. Signed-off-by: Derek Foreman --- Changes from v1: rename focus to has_focus src/compositor-wayland.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/compositor-wayland.c b/src/compositor-wa