From 4dae12890f511aed876cc156eb0f28827ed76086 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 28 Apr 2021 23:39:36 +0200 Subject: backend: automatically create allocator Introduce a new backend_get_allocator function that automatically creates an allocator for the backend if the backend has a renderer. --- include/backend/backend.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/backend') diff --git a/include/backend/backend.h b/include/backend/backend.h index 8c7440c3..7d88cd79 100644 --- a/include/backend/backend.h +++ b/include/backend/backend.h @@ -10,4 +10,10 @@ */ uint32_t backend_get_buffer_caps(struct wlr_backend *backend); +/** + * Get the backend's allocator. Automatically creates the allocator if + * necessary. + */ +struct wlr_allocator *backend_get_allocator(struct wlr_backend *backend); + #endif -- cgit v1.2.3