Re: [PATCH weston 4/4] input: Don't try to send axis_source when there are no resources

2016-04-21 Thread Jonas Ådahl
On Thu, Apr 21, 2016 at 03:32:56PM +, Mike Blumenkrantz wrote: > Functionally Reviewed-By: Mike Blumenkrantz but the > commit message is a bit confusing Tweaked the commit message before. Thanks for the reviews, Mike and Carlos. Pushed all four: 3c53094..ed6014a master -> master Jonas

Re: [PATCH weston 4/4] input: Don't try to send axis_source when there are no resources

2016-04-21 Thread Mike Blumenkrantz
Functionally Reviewed-By: Mike Blumenkrantz but the commit message is a bit confusing On Wed, Apr 20, 2016 at 11:11 PM Jonas Ådahl wrote: > We miss to NULL check the focus_client, which is only non-NULL when > there the focused client has any resources. > > https://bugs.freedesktop.org/show_bug

[PATCH weston 4/4] input: Don't try to send axis_source when there are no resources

2016-04-20 Thread Jonas Ådahl
We miss to NULL check the focus_client, which is only non-NULL when there the focused client has any resources. https://bugs.freedesktop.org/show_bug.cgi?id=94899 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 c8