mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 12:10:28 +01:00
Structure libinput_seat struct
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
d9bfaeb59e
commit
078634deed
1 changed files with 4 additions and 2 deletions
|
|
@ -57,10 +57,12 @@ struct libinput_seat {
|
|||
struct list devices_list;
|
||||
void *user_data;
|
||||
int refcount;
|
||||
uint32_t slot_map;
|
||||
libinput_seat_destroy_func destroy;
|
||||
|
||||
char *physical_name;
|
||||
char *logical_name;
|
||||
libinput_seat_destroy_func destroy;
|
||||
|
||||
uint32_t slot_map;
|
||||
};
|
||||
|
||||
struct libinput_device {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue