wlroots-hyprland/include/render/allocator/allocator.h

10 lines
248 B
C
Raw Normal View History

#ifndef RENDER_ALLOCATOR_ALLOCATOR_H
#define RENDER_ALLOCATOR_ALLOCATOR_H
2020-06-01 19:48:39 +02:00
#include <wlr/render/allocator.h>
2020-06-01 19:48:39 +02:00
struct wlr_allocator *allocator_autocreate_with_drm_fd(
struct wlr_backend *backend, struct wlr_renderer *renderer, int drm_fd);
2020-06-01 19:48:39 +02:00
#endif