summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.h b/input.h
index 1de40a6..a3ed01e 100644
--- a/input.h
+++ b/input.h
@@ -22,7 +22,7 @@
struct InputHandler;
-struct InputHandler* InputHandlerCreate(void);
+struct InputHandler* InputHandlerCreate(bool disable_uhid);
int InputHandlerGetEventsFd(struct InputHandler* input_handler);
bool InputHandlerProcessEvents(struct InputHandler* input_handler);
bool InputHandlerHandle(struct InputHandler* input_handler, int fd);