mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
rootston: break up input.h
This commit is contained in:
parent
80b4a2f64c
commit
53021f8ed4
12 changed files with 93 additions and 52 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue