mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-26 06:46:56 -04:00
color management
This commit is contained in:
parent
842df2bd6c
commit
10bf68b928
13 changed files with 401 additions and 59 deletions
|
|
@ -30,6 +30,8 @@ void wlr_renderer_destroy(struct wlr_renderer *r) {
|
|||
}
|
||||
wlr_signal_emit_safe(&r->events.destroy, r);
|
||||
|
||||
wlr_color_config_free(r->color);
|
||||
|
||||
if (r->impl && r->impl->destroy) {
|
||||
r->impl->destroy(r);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue