This function allows backends to return the DRM FD they are using. This will allow the allocator and the renderer to use the right device.master
parent
87293d1b15
commit
a53ab146fe
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef BACKEND_H
|
||||||
|
#define BACKEND_H
|
||||||
|
|
||||||
|
#include <wlr/backend.h>
|
||||||
|
|
||||||
|
int backend_get_drm_fd(struct wlr_backend *backend);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in new issue