On Sun, Jan 23, 2011 at 10:55:37PM -0500, Chase Douglas wrote: > On 01/23/2011 10:42 PM, Peter Hutterer wrote: > > On Sat, Jan 22, 2011 at 04:40:48PM -0500, Chase Douglas wrote: > >> Signed-off-by: Chase Douglas <[email protected]> > >> --- > >> src/draglock.c | 5 - > >> src/emuMB.c | 4 - > >> src/emuWheel.c | 4 - > >> src/evdev.c | 446 > >> +------------------------------------------------------- > >> src/evdev.h | 25 +--- > >> 5 files changed, 12 insertions(+), 472 deletions(-) > >> > >> diff --git a/src/evdev.h b/src/evdev.h > >> index f640fdd..f590732 100644 > >> --- a/src/evdev.h > >> +++ b/src/evdev.h > >> @@ -39,6 +39,10 @@ > >> #include <xf86_OSproc.h> > >> #include <xkbstr.h> > >> > >> +#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 13 > >> +#error "Need X server input ABI version 13 or greater" > >> +#endif > >> + > >> #ifndef EV_CNT /* linux 2.6.23 kernels and earlier lack _CNT defines */ > >> #define EV_CNT (EV_MAX+1) > >> #endif > > > > shouldn't this be ABI < 12.2? 13 adds the MT APIs which aren't used in here > > yet. > > I wasn't sure what was going to happen with the abi numbers. I can > respin this with 12.2 instead.
I'll fix it up locally, I do have the 12.2 patch in my tree for keith and will send it with the next pull request. Cheers, Peter _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
