aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/render/drm_format_set.h8
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