color_management_v1: add destroy event to manager

This commit is contained in:
Simon Ser 2025-07-29 19:29:24 +02:00 committed by Simon Zeni
parent 138210f01c
commit 26c1476827
2 changed files with 7 additions and 0 deletions

View file

@ -58,6 +58,10 @@ struct wlr_color_manager_v1_options {
struct wlr_color_manager_v1 {
struct wl_global *global;
struct {
struct wl_signal destroy;
} events;
struct {
struct wlr_color_manager_v1_features features;