Fixes #1524, improved xinput2 test
This commit is contained in:
parent
707a4cc1fa
commit
e064340717
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue