From a8c91fbac9cad234fc074a9a7fea30bb7fb14489 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Wed, 21 Apr 2021 21:29:33 -0400 Subject: render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocator --- include/render/shm_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/render/shm_allocator.h') diff --git a/include/render/shm_allocator.h b/include/render/shm_allocator.h index e6cba83b..d1f48f7f 100644 --- a/include/render/shm_allocator.h +++ b/include/render/shm_allocator.h @@ -18,6 +18,6 @@ struct wlr_shm_allocator { /** * Creates a new shared memory allocator. */ -struct wlr_shm_allocator *wlr_shm_allocator_create(void); +struct wlr_allocator *wlr_shm_allocator_create(void); #endif -- cgit v1.2.3