diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/types/wlr_tablet_v2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types/wlr_tablet_v2.h b/include/types/wlr_tablet_v2.h index becde596..334ea210 100644 --- a/include/types/wlr_tablet_v2.h +++ b/include/types/wlr_tablet_v2.h @@ -48,6 +48,7 @@ struct wlr_tablet_pad_client_v2 { struct wl_client *client; struct wl_resource *resource; struct wlr_tablet_v2_tablet_pad *pad; + struct wlr_tablet_seat_client_v2 *seat; size_t button_count; |