Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #1524, improved xinput2 test
  • Loading branch information
gabomdq committed Jun 21, 2012
1 parent 782d480 commit 3e77047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -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)
{
Expand Down
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3e77047

Please sign in to comment.