Re: [PATCH 3/4] input: replace EventListPtr with InternalEvent array

2011-04-14 Thread Peter Hutterer
On Thu, Apr 14, 2011 at 08:25:26PM -0700, Jeremy Huddleston wrote: > Are these currently on a branch in your git, so lazy people like me can merge > rather than git-am? yes, just pushed them to my queue branch. Will try to always do that when I send patches to the list in the future (i do it loca

Re: [PATCH 3/4] input: replace EventListPtr with InternalEvent array

2011-04-14 Thread Jeremy Huddleston
Are these currently on a branch in your git, so lazy people like me can merge rather than git-am? Reviewed-by: Jeremy Huddleston On Apr 14, 2011, at 7:47 PM, Peter Hutterer wrote: > EventListPtr is a relic from pre-1.6, when we had protocol events in the > event queue and thus events of varyi

[PATCH 3/4] input: replace EventListPtr with InternalEvent array

2011-04-14 Thread Peter Hutterer
EventListPtr is a relic from pre-1.6, when we had protocol events in the event queue and thus events of varying size. Signed-off-by: Peter Hutterer --- Xext/xtest.c |5 +- dix/devices.c |6 +- dix/getevents.c| 101 +++---