Fixes #1524, improved xinput2 test

This commit is contained in:
Gabriel Jacobo 2012-06-21 14:01:47 -03:00
parent 707a4cc1fa
commit e064340717
2 changed files with 4 additions and 1 deletions

View file

@ -1196,6 +1196,8 @@ AC_HELP_STRING([--enable-video-x11-xinput], [enable X11 XInput extension for man
#include <X11/Xproto.h>
#include <X11/extensions/XInput2.h>
],[
int event_type = XI_TouchBegin;
XITouchClassInfo *t;
Status
XIAllowTouchEvents(Display *a,int b,unsigned int c,Window d,int f)
{