mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-21 06:59:44 -05: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
|
|
@ -11,6 +11,11 @@
|
|||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
struct tablet_pad_auxiliary_user_data {
|
||||
struct wlr_tablet_pad_client_v2 *pad;
|
||||
size_t index;
|
||||
};
|
||||
|
||||
void destroy_tablet_pad_v2(struct wl_resource *resource) {
|
||||
struct wlr_tablet_pad_client_v2 *pad =
|
||||
tablet_pad_client_from_resource(resource);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue