mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
backend/session: save devnode in wlr_device
This commit is contained in:
parent
1e7867610c
commit
81550bc6d2
2 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ struct wlr_device {
|
|||
int fd;
|
||||
int device_id;
|
||||
dev_t dev;
|
||||
char *devnode;
|
||||
struct wl_list link;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue