diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-04-15 14:32:13 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-28 20:55:57 +0200 |
commit | c75aa71816826907805606a108626b4671120a7e (patch) | |
tree | 471aa3d45646e571555829a88bd506d0cfc09e2a /include/render | |
parent | 3a04fb4560cf60c34bd968fe711a45d42993e5a4 (diff) |
render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocator
Diffstat (limited to 'include/render')
-rw-r--r-- | include/render/gbm_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render/gbm_allocator.h b/include/render/gbm_allocator.h index d8121328..b4f40039 100644 --- a/include/render/gbm_allocator.h +++ b/include/render/gbm_allocator.h @@ -28,6 +28,6 @@ struct wlr_gbm_allocator { * * Takes ownership over the FD. */ -struct wlr_gbm_allocator *wlr_gbm_allocator_create(int drm_fd); +struct wlr_allocator *wlr_gbm_allocator_create(int drm_fd); #endif |