diff options
author | Simon Ser <contact@emersion.fr> | 2020-08-07 19:02:49 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-15 22:48:42 +0100 |
commit | 7c6212a0f71eeab23a4ff4241cb266ec219fad2d (patch) | |
tree | b03d28bc5d4597fec82d323a72c830f3fd3024df /include | |
parent | 5913040110bde856fa6dc98d3b844cf7f25f5674 (diff) |
render/drm_format_set: introduce wlr_drm_format_dup
Diffstat (limited to 'include')
-rw-r--r-- | include/render/drm_format_set.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <wlr/render/drm_format_set.h> + +struct wlr_drm_format *wlr_drm_format_dup(const struct wlr_drm_format *format); + +#endif |