mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: introduce private wlr_renderer_autocreate_with_drm_fd
This commit is contained in:
parent
32c30481d3
commit
2f11914613
2 changed files with 16 additions and 8 deletions
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
/**
|
||||
* Automatically select and create a renderer suitable for the DRM FD.
|
||||
*/
|
||||
struct wlr_renderer *wlr_renderer_autocreate_with_drm_fd(int drm_fd);
|
||||
/**
|
||||
* Bind a buffer to the renderer.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue