Added device matching

This commit is contained in:
Scott Anderson 2017-05-14 13:07:34 +12:00
parent 7efdd3c9fc
commit f9d363fece
4 changed files with 39 additions and 8 deletions

View file

@ -19,6 +19,7 @@
struct wlr_backend_state {
int fd;
dev_t dev;
struct wlr_backend *backend;
struct wl_event_source *drm_event;