summaryrefslogtreecommitdiff
path: root/include/hwstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hwstate.h')
-rw-r--r--include/hwstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hwstate.h b/include/hwstate.h
index 4243292..efd291f 100644
--- a/include/hwstate.h
+++ b/include/hwstate.h
@@ -42,8 +42,8 @@ struct HWState {
42 42
43void init_hwstate(struct HWState *s, 43void init_hwstate(struct HWState *s,
44 const struct Capabilities *caps); 44 const struct Capabilities *caps);
45int modify_hwstate(struct HWState *s, struct MTDev *dev, 45int hwstate_read(struct HWState *s, const struct Capabilities *caps,
46 const struct Capabilities *caps); 46 const struct input_event *ev);
47void output_hwstate(const struct HWState *s); 47void output_hwstate(const struct HWState *s);
48 48
49static inline int finger_dist2(const struct FingerState *a, 49static inline int finger_dist2(const struct FingerState *a,