mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/drm_format_set: introduce wlr_drm_format_dup
This commit is contained in:
parent
5913040110
commit
7c6212a0f7
2 changed files with 20 additions and 0 deletions
8
include/render/drm_format_set.h
Normal file
8
include/render/drm_format_set.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue