The get_drm_fd was made available in an internal header with a53ab146f
. Move it
now to the public header so consumers opting in to the unstable interfaces can
make use of it.
master
parent
b29ac8fbac
commit
b36af22c94
@ -1,8 +0,0 @@
|
|||||||
#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