xenocara/app/xinput
matthieu 20217b3903 Merge from upstreams Fix crash for enable/disable without a device argument
commit 904a32d908219d6fea833576f7c31727bd3aea2f
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Nov 25 14:51:50 2013 +1000

    Fix crash for enable/disable without a device argument

    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-06-20 09:54:58 +00:00
..
man Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
src Merge from upstreams Fix crash for enable/disable without a device argument 2015-06-20 09:54:58 +00:00
aclocal.m4 Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
AUTHORS Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
ChangeLog Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
config.guess Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
config.h.in Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
config.sub Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
configure Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
configure.ac Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
COPYING Update to xinput 1.6.0 2012-06-11 19:26:23 +00:00
depcomp Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
INSTALL Update to xinput 1.6.0 2012-06-11 19:26:23 +00:00
install-sh Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
Makefile.am Update to xinput 1.5.1 2010-03-28 13:08:54 +00:00
Makefile.bsd-wrapper Xenocara build infrastructure and regen autotools files. 2008-09-07 13:31:56 +00:00
Makefile.in Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
missing Update to xinput 1.6.1 2014-05-03 19:37:22 +00:00
NEWS Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
README Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00

				xinput
				======

Overview
========

xinput is a utility to configure and test XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it. :-)

Requirements
============

xinput depends on the X11 headers and particularly the XInput headers.
As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3),
your headers must be from that version or newer.

Otherwise it will just require a working ANSI C compiler.

Building and Installation
=========================

xinput uses autotools so the usual pattern applies:

./configure
make
make install

See the INSTALL file for details.