Hi, On 9 October 2015 at 17:28, Derek Foreman <der...@osg.samsung.com> 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_update keyboard_state_update; > uint32_t key_serial; > uint32_t enter_serial; > - int focus; > + bool focus;
Bikeshed: has_focus. (That the other 'focus' variables actually refer to outputs is confusing enough, to an extent ...) Cheers, Daniel _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel