From 26b95c0953b8024d487897bf2aaaf1a8836f23a7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 2 Sep 2015 15:55:11 +0200 Subject: relabsd is no longer limited to 6DOF devices. --- src/input.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h index 4a23c27..2be236c 100644 --- a/src/input.h +++ b/src/input.h @@ -3,6 +3,8 @@ #include +#include "config.h" + struct relabsd_input { struct libevdev * dev; @@ -20,7 +22,7 @@ struct relabsd_input int relabsd_input_open ( struct relabsd_input * const input, - const char * const filename + const struct relabsd_config * const conf ); void relabsd_input_close (const struct relabsd_input * const input); -- cgit v1.2.3-70-g09d2