diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/render/drm_format_set.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |