mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_drm_format: Introduce drm_format_finish
This commit is contained in:
parent
e353c5c631
commit
b45396c790
7 changed files with 19 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue