mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Hide pad auxiliary data in .c file
This commit is contained in:
parent
fa39fd178d
commit
88a4b908d1
2 changed files with 5 additions and 6 deletions
|
|
@ -78,12 +78,6 @@ struct wlr_tablet_tool_client_v2 {
|
|||
struct wl_event_source *frame_source;
|
||||
};
|
||||
|
||||
struct tablet_pad_auxiliary_user_data {
|
||||
struct wlr_tablet_pad_client_v2 *pad;
|
||||
size_t index;
|
||||
};
|
||||
|
||||
|
||||
struct wlr_tablet_client_v2 *tablet_client_from_resource(struct wl_resource *resource);
|
||||
void destroy_tablet_v2(struct wl_resource *resource);
|
||||
void add_tablet_client(struct wlr_tablet_seat_client_v2 *seat, struct wlr_tablet_v2_tablet *tablet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue