Merge pull request #1266 from Ongy/xdc_tablet_fix

Fix tablet_tool tilt and send proximity_out
This commit is contained in:
Drew DeVault 2018-09-27 16:24:35 -05:00 committed by GitHub
commit 19f3804548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -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;