diff options
| author | Manuel Stoeckl <code@mstoeckl.com> | 2019-06-29 10:10:24 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-06-30 15:01:05 -0400 |
| commit | 1ef0c03a46dc715aebc02402ec6b19007ecfd355 (patch) | |
| tree | 7384c2159a0f16cc0cfdb741dd23c4565c36425e /include | |
| parent | 1d78bae19d5c8261c6c707c8f6320883dd48f85f (diff) | |
| download | wlroots-1ef0c03a46dc715aebc02402ec6b19007ecfd355.tar.xz | |
wlr_tablet_v2: Register event serials
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; |
