aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h5
1 files changed, 4 insertions, 1 deletions
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);