From 8331c4858987bce53afac9c06ab45808fd751dbd Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 7 Nov 2008 00:57:33 +0100 Subject: Works nicely - state output seems reasonable Signed-off-by: Henrik Rydberg --- src/state.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 8b41920..7bf4438 100644 --- a/src/state.h +++ b/src/state.h @@ -1,6 +1,7 @@ #ifndef MTEVENT_H #define MTEVENT_H +#include "capabilities.h" #include "hwdata.h" //////////////////////////////////////////////////////// @@ -21,7 +22,9 @@ struct State { //////////////////////////////////////////////////////// void init_state(struct State *s); -void modify_state(struct State *s, const struct HWData* hw); +void modify_state(struct State *s, + const struct HWData* hw, + const struct Capabilities* caps); void output_state(const struct State *s); const struct FingerState *find_finger(const struct State *s, int id); -- cgit v1.2.3