wlr_drm_format: Introduce drm_format_finish

This commit is contained in:
Alexander Orzechowski 2023-05-10 16:02:07 -04:00
parent e353c5c631
commit b45396c790
7 changed files with 19 additions and 0 deletions

View file

@ -25,6 +25,11 @@ struct wlr_drm_format {
uint64_t modifiers[];
};
/**
* Free all resources allocated to this DRM format.
*/
void wlr_drm_format_finish(struct wlr_drm_format *format);
/**
* A set of DRM formats and modifiers.
*