Skip to content

drm: Fix type confusion in writeback_state

Daniel Stone requested to merge daniels/weston:drm-writeback-state-fb-type into main

wl_array_for_each() returns a pointer to each storage location; as we're storing a pointer to drm_fb, this means that we have a drm_fb **, not a drm_fb *.

Signed-off-by: Daniel Stone daniels@collabora.com


cc @leandrohrb

Merge request reports