mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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
|
|
@ -16,7 +16,7 @@ struct wlr_drm_renderer {
|
|||
struct gbm_device *gbm;
|
||||
|
||||
struct wlr_renderer *wlr_rend;
|
||||
struct wlr_gbm_allocator *allocator;
|
||||
struct wlr_allocator *allocator;
|
||||
};
|
||||
|
||||
struct wlr_drm_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue