From b0f7e24d210cb6d0a1c47cae39b54e56a5e996d8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 16 Jun 2009 13:14:47 +1000 Subject: Include valuator value in XIValuatorClasses Signed-off-by: Peter Hutterer --- XI2proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'XI2proto.h') diff --git a/XI2proto.h b/XI2proto.h index 1bb5a50..eada483 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -205,6 +205,7 @@ typedef struct { Atom name; /**< Valuator name */ FP3232 min; /**< Min value */ FP3232 max; /**< Max value */ + FP3232 value; /**< Last published value */ uint32_t resolution; /**< Resolutions in units/m */ uint8_t mode; /**< ModeRelative or ModeAbsolute */ uint8_t pad1; -- cgit v1.2.1