diff options
author | Simon Ser <contact@emersion.fr> | 2022-12-02 14:32:50 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-12-02 14:27:07 +0000 |
commit | c9b378d21a06fd690223a95fe437054dff0228cd (patch) | |
tree | cdcc6610740e8b935366768d1c5817d6c5e9c233 /include | |
parent | 21c45168383d1e6dc408d3492d9dae80f52cf2dd (diff) |
render/drm-format-set: add wlr_drm_format_set_copy()
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 |