mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
9 lines
248 B
C
9 lines
248 B
C
#ifndef RENDER_ALLOCATOR_ALLOCATOR_H
|
|
#define RENDER_ALLOCATOR_ALLOCATOR_H
|
|
|
|
#include <wlr/render/allocator.h>
|
|
|
|
struct wlr_allocator *allocator_autocreate_with_drm_fd(
|
|
struct wlr_backend *backend, struct wlr_renderer *renderer, int drm_fd);
|
|
|
|
#endif
|