Re: [PATCH weston] input: Do not override keyboard focus on restore

2017-06-23 Thread Daniel Stone
Hi Quentin, On 22 March 2017 at 16:06, Quentin Glidic wrote: > @@ -2070,7 +2070,8 @@ notify_keyboard_focus_in(struct weston_seat *seat, > struct wl_array *keys, > > if (surface) { > wl_list_remove(&seat->saved_kbd_focus_listener.link); > - weston_keyboard_se

[PATCH weston] input: Do not override keyboard focus on restore

2017-03-22 Thread Quentin Glidic
From: Quentin Glidic If we start a special (grabbing) client when Weston is unfocused, it would lose focus when coming back to Weston. Signed-off-by: Quentin Glidic --- libweston/input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libweston/input.c b/libweston/input.c