mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-08 10:06:28 -05:00
color_management_v1: add destroy event to manager
This commit is contained in:
parent
138210f01c
commit
26c1476827
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue