From c9b378d21a06fd690223a95fe437054dff0228cd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 2 Dec 2022 14:32:50 +0100 Subject: render/drm-format-set: add wlr_drm_format_set_copy() --- include/render/drm_format_set.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/render/drm_format_set.h b/include/render/drm_format_set.h index c94c2af2..9d78b2b1 100644 --- a/include/render/drm_format_set.h +++ b/include/render/drm_format_set.h @@ -17,4 +17,6 @@ struct wlr_drm_format *wlr_drm_format_dup(const struct wlr_drm_format *format); struct wlr_drm_format *wlr_drm_format_intersect( const struct wlr_drm_format *a, const struct wlr_drm_format *b); +bool wlr_drm_format_set_copy(struct wlr_drm_format_set *dst, const struct wlr_drm_format_set *src); + #endif -- cgit v1.2.3