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

2017-12-05 Thread Daniel Stone
Hi Quentin, On 21 July 2017 at 13:02, Quentin Glidic wrote: > If we start a special (grabbing) client when Weston is unfocused, it > would lose focus when coming back to Weston. Thanks for this; reviewed and pushed. Cheers, Daniel ___ wayland-devel ma

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

2017-07-21 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 --- v2: Reset saved focus in weston_keybord_set_focus() Shuffled the focus saving code (since it calls set_focus() to NULLify it