aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-23 10:36:32 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-23 10:36:32 -0400
commit7523de7c61b9eac310b10bf6711c75af2cd9b2f4 (patch)
treeec70b8aef66811399628c41e9c67d6a963a603bc /include
parent0699aa62d805fe61151189ab9989178fbbb456f2 (diff)
Wire up pointer, start on cursor
Diffstat (limited to 'include')
-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