aboutsummaryrefslogtreecommitdiff
path: root/include/render/shm_allocator.h
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-04-21 21:29:33 -0400
committerSimon Ser <contact@emersion.fr>2021-04-28 20:55:57 +0200
commita8c91fbac9cad234fc074a9a7fea30bb7fb14489 (patch)
tree12041fe1fb8cad7520e3466a8ef0d1de3cca7f1d /include/render/shm_allocator.h
parentc75aa71816826907805606a108626b4671120a7e (diff)
render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocator
Diffstat (limited to 'include/render/shm_allocator.h')
-rw-r--r--include/render/shm_allocator.h2
1 files changed, 1 insertions, 1 deletions
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