mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Added device matching
This commit is contained in:
parent
7efdd3c9fc
commit
f9d363fece
4 changed files with 39 additions and 8 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
struct wlr_backend_state {
|
||||
int fd;
|
||||
dev_t dev;
|
||||
|
||||
struct wlr_backend *backend;
|
||||
struct wl_event_source *drm_event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue