From 2a7edfa24c973d3797aaa22e1a593cb1356eda94 Mon Sep 17 00:00:00 2001 From: Ryan Walklin Date: Sun, 25 Nov 2018 14:39:53 +0100 Subject: Factor out binding command execution to separate file --- include/rootston/bindings.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/rootston/bindings.h (limited to 'include') diff --git a/include/rootston/bindings.h b/include/rootston/bindings.h new file mode 100644 index 00000000..8ca23a9f --- /dev/null +++ b/include/rootston/bindings.h @@ -0,0 +1,9 @@ +#ifndef ROOTSTON_BINDINGS_H +#define ROOTSTON_BINDINGS_H + +#include "rootston/seat.h" +#include "rootston/input.h" + +void execute_binding_command (struct roots_seat *seat, struct roots_input *input, const char *command); + +#endif //ROOTSTON_BINDINGS_H -- cgit v1.2.3