aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/drm_format_set.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/drm_format_set.c b/render/drm_format_set.c
index 3adef0b2..629327c0 100644
--- a/render/drm_format_set.c
+++ b/render/drm_format_set.c
@@ -162,6 +162,8 @@ bool wlr_drm_format_set_copy(struct wlr_drm_format_set *dst, const struct wlr_dr
out.len++;
}
+ *dst = out;
+
return true;
}