2021-08-25 07:33:19 +00:00
|
|
|
#ifndef RENDER_ALLOCATOR_ALLOCATOR_H
|
|
|
|
#define RENDER_ALLOCATOR_ALLOCATOR_H
|
2020-06-01 17:48:39 +00:00
|
|
|
|
2021-11-09 14:42:22 +00:00
|
|
|
#include <wlr/render/allocator.h>
|
2020-06-01 17:48:39 +00:00
|
|
|
|
2021-04-29 07:48:33 +00:00
|
|
|
struct wlr_allocator *allocator_autocreate_with_drm_fd(
|
|
|
|
struct wlr_backend *backend, struct wlr_renderer *renderer, int drm_fd);
|
|
|
|
|
2020-06-01 17:48:39 +00:00
|
|
|
#endif
|