mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/headless: implement get_drm_fd
This commit is contained in:
parent
6dfc8ce00b
commit
affc59454e
2 changed files with 50 additions and 30 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
struct wlr_headless_backend {
|
||||
struct wlr_backend backend;
|
||||
int drm_fd;
|
||||
struct wlr_renderer *renderer;
|
||||
struct wlr_allocator *allocator;
|
||||
struct wlr_drm_format *format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue