From 7c6212a0f71eeab23a4ff4241cb266ec219fad2d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 7 Aug 2020 19:02:49 +0200 Subject: render/drm_format_set: introduce wlr_drm_format_dup --- include/render/drm_format_set.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/render/drm_format_set.h (limited to 'include') diff --git a/include/render/drm_format_set.h b/include/render/drm_format_set.h new file mode 100644 index 00000000..ae1fcc47 --- /dev/null +++ b/include/render/drm_format_set.h @@ -0,0 +1,8 @@ +#ifndef RENDER_DRM_FORMAT_SET_H +#define RENDER_DRM_FORMAT_SET_H + +#include + +struct wlr_drm_format *wlr_drm_format_dup(const struct wlr_drm_format *format); + +#endif -- cgit v1.2.3