Re: [PATCH] reset touch focus in unmap

2013-07-29 Thread Kristian Høgsberg
On Tue, Jul 23, 2013 at 03:51:06PM +0800, wfu wrote: > From: wfu > > otherwise, there will be race condition of visiting invalid surface data Yes, that was missing. Thanks Michael, patch applied. Kristian > --- > src/compositor.c |2 ++ > src/compositor.h |3 +++ > src/input.c |

[PATCH] reset touch focus in unmap

2013-07-22 Thread wfu
From: wfu otherwise, there will be race condition of visiting invalid surface data --- src/compositor.c |2 ++ src/compositor.h |3 +++ src/input.c |8 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index e9e1166..ac2d