aboutsummaryrefslogtreecommitdiff
path: root/rootston/cursor.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-02 20:13:10 -0400
committerTony Crisci <tony@dubstepdish.com>2017-11-02 20:31:19 -0400
commit53021f8ed428a1a023769339e6162bfebbe4c7a2 (patch)
treee7b29dc916ba6e35d8adc8e8225ba3b4e24f53ad /rootston/cursor.c
parent80b4a2f64c51de4a257182e381977710a5fbeb10 (diff)
rootston: break up input.h
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r--rootston/cursor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c
index 31001a9f..61dcae7a 100644
--- a/rootston/cursor.c
+++ b/rootston/cursor.c
@@ -18,6 +18,10 @@
#include "rootston/input.h"
#include "rootston/desktop.h"
#include "rootston/view.h"
+#include "rootston/keyboard.h"
+#include "rootston/pointer.h"
+#include "rootston/tablet_tool.h"
+#include "rootston/touch.h"
const struct roots_input_event *get_input_event(struct roots_input *input,
uint32_t serial) {