diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 3f30bc77..d6bed2b6 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -20,6 +20,7 @@ struct wlr_wl_backend { struct wl_display *local_display; struct wl_list devices; struct wl_list outputs; + int drm_fd; struct wlr_renderer *renderer; struct wlr_drm_format *format; struct wlr_allocator *allocator; |