[PATCH weston 2/2] input: Unlink saved kbd focus listener when releasing seat

2014-01-03 Thread Jonas Ådahl
Not doing this would leave a invalid list item in the view's destroy signal listener list if destroying a seat that had previously lost keyboard focus. Signed-off-by: Jonas Ådahl --- src/input.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/input.c b/src/input.c index 07e9d6c..58132

Re: [PATCH weston 2/2] input: Unlink saved kbd focus listener when releasing seat

2014-01-10 Thread Bryce W. Harrington
For both patches: Reviewed-by: Bryce Harrington On Fri, Jan 03, 2014 at 07:46:51PM +0100, Jonas Ådahl wrote: > Not doing this would leave a invalid list item in the view's destroy > signal listener list if destroying a seat that had previously lost > keyboard focus. > > Signed-off-by: Jonas Åda

Re: [PATCH weston 2/2] input: Unlink saved kbd focus listener when releasing seat

2014-01-27 Thread Kristian Høgsberg
On Fri, Jan 03, 2014 at 07:46:51PM +0100, Jonas Ådahl wrote: > Not doing this would leave a invalid list item in the view's destroy > signal listener list if destroying a seat that had previously lost > keyboard focus. Thanks, applied. Kristian > Signed-off-by: Jonas Ådahl > --- > src/input.c