aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-05-14 13:07:34 +1200
committerScott Anderson <ascent12@hotmail.com>2017-05-14 13:07:34 +1200
commitf9d363fece0046cabfa00ad6b72b50f45b70db60 (patch)
tree5387efd85f29f1acdb8908cf3a479192c50846db /include/backend
parent7efdd3c9fc38de377a43bb368cf113524b5a73d7 (diff)
Added device matching
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm/backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/backend.h b/include/backend/drm/backend.h
index 4df86e21..e603bccd 100644
--- a/include/backend/drm/backend.h
+++ b/include/backend/drm/backend.h
@@ -19,6 +19,7 @@
struct wlr_backend_state {
int fd;
+ dev_t dev;
struct wlr_backend *backend;
struct wl_event_source *drm_event;