Re: [PATCH 4/4] dix: Resize touch event history if the array is filled up

2017-03-16 Thread Peter Hutterer
On Thu, Mar 16, 2017 at 12:29:44PM +0200, Timo Aaltonen wrote: > From: Maarten Lankhorst > > Signed-off-by: Maarten Lankhorst > --- > dix/touch.c | 18 -- > 1 file changed, 16 insertions(+), 2 deletions(-) > > diff

[PATCH 4/4] dix: Resize touch event history if the array is filled up

2017-03-16 Thread Timo Aaltonen
From: Maarten Lankhorst Signed-off-by: Maarten Lankhorst --- dix/touch.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/dix/touch.c b/dix/touch.c index 37902bd..efc7ef9 100644 --- a/dix/touch.c