You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|