aboutsummaryrefslogtreecommitdiff
path: root/rootston/tablet_tool.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/tablet_tool.c
parent80b4a2f64c51de4a257182e381977710a5fbeb10 (diff)
rootston: break up input.h
Diffstat (limited to 'rootston/tablet_tool.c')
-rw-r--r--rootston/tablet_tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/tablet_tool.c b/rootston/tablet_tool.c
index a612e683..3327115d 100644
--- a/rootston/tablet_tool.c
+++ b/rootston/tablet_tool.c
@@ -4,6 +4,7 @@
#include <wlr/types/wlr_pointer.h>
#include <wlr/util/log.h>
#include "rootston/input.h"
+#include "rootston/tablet_tool.h"
void tablet_tool_add(struct wlr_input_device *device, struct roots_input *input) {
struct roots_tablet_tool *tool = calloc(sizeof(struct roots_tablet_tool), 1);