mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_drm_format_set: Store formats on array
This commit is contained in:
parent
90d08f8f1c
commit
300bd80772
6 changed files with 37 additions and 53 deletions
|
|
@ -54,7 +54,7 @@ struct wlr_drm_format_set {
|
|||
// The capacity of the array; private to wlroots
|
||||
size_t capacity;
|
||||
// A pointer to an array of `struct wlr_drm_format *` of length `len`.
|
||||
struct wlr_drm_format **formats;
|
||||
struct wlr_drm_format *formats;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue