diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-04-21 21:29:33 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-28 20:55:57 +0200 |
commit | a8c91fbac9cad234fc074a9a7fea30bb7fb14489 (patch) | |
tree | 12041fe1fb8cad7520e3466a8ef0d1de3cca7f1d /include | |
parent | c75aa71816826907805606a108626b4671120a7e (diff) |
render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocator
Diffstat (limited to 'include')
-rw-r--r-- | include/render/shm_allocator.h | 2 |
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 |