From 666838fcc8b71fdeae160844160187f345cbf4a6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 7 Jul 2008 22:10:17 +0930 Subject: Xi: add support for input device properties. Basically just copied from randr properties, with minor changes only. Each device supports arbitrary properties that can be modified by clients. Modifications to the properties are passed to the driver (if applicable) and can then affect the configuration of the device. Note that device properties are limited to a specific device. A property set on a slave device does not migrate to the master. --- Xi/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Xi/Makefile.am') diff --git a/Xi/Makefile.am b/Xi/Makefile.am index 2af1940eb..768f996cc 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -94,7 +94,9 @@ libXi_la_SOURCES = \ ungrdevk.h \ warpdevp.c \ warpdevp.h \ - xiselev.c \ - xiselev.h + xiproperty.c \ + xiproperty.h \ + xiselev.c \ + xiselev.h EXTRA_DIST = stubs.c -- cgit v1.2.3