diff options
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/drm_format_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/drm_format_set.h b/include/wlr/render/drm_format_set.h index 364a3c8d..8ae930be 100644 --- a/include/wlr/render/drm_format_set.h +++ b/include/wlr/render/drm_format_set.h @@ -22,7 +22,7 @@ struct wlr_drm_format { // The capacity of the array; do not use. size_t capacity; // The actual modifiers - uint64_t modifiers[]; + uint64_t *modifiers; }; /** |