diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h index c5e584b6..8b04e892 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; |