backend/session: save devnode in wlr_device

This commit is contained in:
illiliti 2022-03-21 09:04:16 +03:00
parent 1e7867610c
commit 81550bc6d2
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,7 @@ struct wlr_device {
int fd;
int device_id;
dev_t dev;
char *devnode;
struct wl_list link;
struct {