Fixes #1524, improved xinput2 test
This commit is contained in:
parent
707a4cc1fa
commit
e064340717
2 changed files with 4 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -22831,7 +22831,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
int event_type = XI_TouchBegin;
|
||||
XITouchClassInfo *t;
|
||||
Status
|
||||
XIAllowTouchEvents(Display *a,int b,unsigned int c,Window d,int f)
|
||||
{
|
||||
|
|
|
@ -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