render: introduce wlr_renderer_get_drm_fd

This commit is contained in:
Simon Ser 2020-06-10 14:47:12 +02:00
parent c8d95acc37
commit eb8360bda3
5 changed files with 34 additions and 0 deletions

View file

@ -35,6 +35,7 @@ struct wlr_gles2_renderer {
struct wlr_renderer wlr_renderer;
struct wlr_egl *egl;
int drm_fd;
const char *exts_str;
struct {