mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/color: return tranform in wlr_color_transform_ref()
This is more consistent with the rest of the wlroots APIs and is more concise.
This commit is contained in:
parent
a5aae69b2a
commit
fa2abbeefb
3 changed files with 4 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ struct wlr_color_transform *wlr_color_transform_init_srgb(void);
|
|||
/**
|
||||
* Increase the reference count of the color transform by 1.
|
||||
*/
|
||||
void wlr_color_transform_ref(struct wlr_color_transform *tr);
|
||||
struct wlr_color_transform *wlr_color_transform_ref(struct wlr_color_transform *tr);
|
||||
|
||||
/**
|
||||
* Reduce the reference count of the color transform by 1; freeing it and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue