Re: [PATCH weston] exposay: Don't crash if no pointer is present

2015-05-26 Thread Pekka Paalanen
On Sat, 23 May 2015 07:12:50 +0100 Daniel Stone wrote: > Hi, > > On Friday, May 22, 2015, Derek Foreman wrote: > > > If the compositor has never seen a mouse, exposay will crash because > > the seat->pointer pointer is NULL. > > > > Signed-off-by: Derek Foreman > > > > > Reviewed-by: Daniel S

Re: [PATCH weston] exposay: Don't crash if no pointer is present

2015-05-22 Thread Daniel Stone
Hi, On Friday, May 22, 2015, Derek Foreman wrote: > If the compositor has never seen a mouse, exposay will crash because > the seat->pointer pointer is NULL. > > Signed-off-by: Derek Foreman > > Reviewed-by: Daniel Stone ___ wayland-devel mailing lis

[PATCH weston] exposay: Don't crash if no pointer is present

2015-05-22 Thread Derek Foreman
If the compositor has never seen a mouse, exposay will crash because the seat->pointer pointer is NULL. Signed-off-by: Derek Foreman --- desktop-shell/exposay.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c i