mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocator
This commit is contained in:
parent
3a04fb4560
commit
c75aa71816
7 changed files with 24 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue