aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/tablet_tool.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-04 13:12:35 -0400
committerTony Crisci <tony@dubstepdish.com>2017-11-04 13:12:35 -0400
commit704f0f158a669689b78311cde35a736057f983b4 (patch)
tree9218ed70e84e542202df15fa93a805953130d259 /include/rootston/tablet_tool.h
parent5354fe8729b8c52f8f3ff63f23f932c49bf8c880 (diff)
rootston: move device init to seat
Diffstat (limited to 'include/rootston/tablet_tool.h')
-rw-r--r--include/rootston/tablet_tool.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/rootston/tablet_tool.h b/include/rootston/tablet_tool.h
deleted file mode 100644
index 72ebf6d8..00000000
--- a/include/rootston/tablet_tool.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _ROOTSTON_TABLET_TOOL_H
-#define _ROOTSTON_TABLET_TOOL_H
-
-#include <wayland-server.h>
-#include "rootston/input.h"
-
-struct roots_tablet_tool {
- struct roots_input *input;
- struct wlr_input_device *device;
- struct wl_listener axis;
- struct wl_listener proximity;
- struct wl_listener tip;
- struct wl_listener button;
- struct wl_list link;
-};
-
-void tablet_tool_add(struct wlr_input_device *device, struct roots_input *input);
-void tablet_tool_remove(struct wlr_input_device *device, struct roots_input *input);
-
-#endif