blob: 5f8bd2a1bdc28c320b13ae83a06f2a055126ed37 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef RENDER_ALLOCATOR_ALLOCATOR_H
#define RENDER_ALLOCATOR_ALLOCATOR_H
#include <wlr/render/allocator.h>
struct wlr_allocator *allocator_autocreate_with_drm_fd(
uint32_t backend_caps, struct wlr_renderer *renderer, int drm_fd);
#endif
|