aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/seat.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-27 16:24:35 -0500
committerGitHub <noreply@github.com>2018-09-27 16:24:35 -0500
commit19f3804548a37582f65cb4279545564dad0ec0d1 (patch)
tree33519d6c5868ddfac8da284a16baaa6917b83d1c /include/rootston/seat.h
parent5e9959daaaa86394917144c9928c734fbf533f04 (diff)
parent3e494efc5c55dbc419aa3f05e0520a97806bc9e9 (diff)
Merge pull request #1266 from Ongy/xdc_tablet_fix
Fix tablet_tool tilt and send proximity_out
Diffstat (limited to 'include/rootston/seat.h')
-rw-r--r--include/rootston/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index 1248918a..7e7ee3e9 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -114,6 +114,7 @@ struct roots_tablet_tool {
struct wlr_tablet_v2_tablet_tool *tablet_v2_tool;
struct roots_seat *seat;
+ double tilt_x, tilt_y;
struct wl_listener set_cursor;
struct wl_listener tool_destroy;