From 300bd80772b7fc916275a04dd9c65a44a3c73741 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Thu, 11 May 2023 03:53:11 -0400 Subject: wlr_drm_format_set: Store formats on array --- include/wlr/render/drm_format_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/render/drm_format_set.h b/include/wlr/render/drm_format_set.h index 8ae930be..3d54c6f4 100644 --- a/include/wlr/render/drm_format_set.h +++ b/include/wlr/render/drm_format_set.h @@ -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; }; /** -- cgit v1.2.3