Re: [PATCH] Fix surface_pong when a seat doesn't have a pointer

2013-05-17 Thread Kristian Høgsberg
On Fri, May 17, 2013 at 06:07:41PM +0200, Hardening wrote: > This patch fixes a crash with the surface_pong when one of the > seats doesn't have a pointer. This was the case with the RDP compositor > that use a fake seat with no mouse or keyboard. > --- > src/shell.c | 6 -- > 1 file changed,

[PATCH] Fix surface_pong when a seat doesn't have a pointer

2013-05-17 Thread Hardening
This patch fixes a crash with the surface_pong when one of the seats doesn't have a pointer. This was the case with the RDP compositor that use a fake seat with no mouse or keyboard. --- src/shell.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/shell.c b/src/shell.c