mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Merge pull request #1266 from Ongy/xdc_tablet_fix
Fix tablet_tool tilt and send proximity_out
This commit is contained in:
commit
19f3804548
2 changed files with 17 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue