diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-25 18:10:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-25 18:10:27 +0000 |
commit | 87b05ddc99e0b8b8d0e989d7ac18a559f0f7258e (patch) | |
tree | 2e3866710bcd7996da8956703563b33fbdbe7842 /driver/xf86-input-ws/include/Makefile.am | |
parent | 8fe9e03ddcc1f456d561629421ff03c0268e735d (diff) |
Implement device properties for calibration data.
Setting the properties also write to the kernel table.
The calibration code can now change the data without quitting X.
Diffstat (limited to 'driver/xf86-input-ws/include/Makefile.am')
-rw-r--r-- | driver/xf86-input-ws/include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-input-ws/include/Makefile.am b/driver/xf86-input-ws/include/Makefile.am new file mode 100644 index 000000000..15138e41c --- /dev/null +++ b/driver/xf86-input-ws/include/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = ws-properties.h +sdk_HEADERS = ws-properties.h |