Re: [PATCH 04/27] Input: Add double-precision valuator_mask API

2011-06-06 Thread Peter Hutterer
On Fri, Jun 03, 2011 at 03:59:40PM +0100, Daniel Stone wrote: > Add API for valuator_mask that accepts and returns doubles, rather than > ints. No double API is provided for set_range at the moment. > > Signed-off-by: Daniel Stone > --- > dix/inpututils.c | 28 +--- >

[PATCH 04/27] Input: Add double-precision valuator_mask API

2011-06-03 Thread Daniel Stone
Add API for valuator_mask that accepts and returns doubles, rather than ints. No double API is provided for set_range at the moment. Signed-off-by: Daniel Stone --- dix/inpututils.c | 28 +--- include/input.h |5 + test/input.c | 21 +++--