aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index b60eccbd..4177ffa8 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -8,6 +8,7 @@
#include <wlr/xcursor.h>
#include "rootston/config.h"
#include "rootston/view.h"
+#include "rootston/server.h"
struct roots_keyboard {
struct roots_input *input;
@@ -94,4 +95,6 @@ struct roots_input *input_create(struct roots_server *server,
struct roots_config *config);
void input_destroy(struct roots_input *input);
+void pointer_add(struct wlr_input_device *device, struct roots_input *input);
+
#endif