diff options
author | Simon Ser <contact@emersion.fr> | 2023-03-06 16:23:59 +0100 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-06-08 18:47:46 +0000 |
commit | ec9b79ef19fb138630483d649659dc10c7ef580d (patch) | |
tree | 93724688e311545ddf7d4a5e62a1b4dac10e2972 /include | |
parent | 026fc6eda01322327be9ebcd670de1fb1c76689b (diff) |
gamma-control-v1: add wlr_gamma_control_v1_send_failed_and_destroy()
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_gamma_control_v1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h index 7a03a73e..66d23b3b 100644 --- a/include/wlr/types/wlr_gamma_control_v1.h +++ b/include/wlr/types/wlr_gamma_control_v1.h @@ -43,5 +43,6 @@ struct wlr_gamma_control_v1 *wlr_gamma_control_manager_v1_get_control( struct wlr_gamma_control_manager_v1 *manager, struct wlr_output *output); bool wlr_gamma_control_v1_apply(struct wlr_gamma_control_v1 *gamma_control, struct wlr_output_state *output_state); +void wlr_gamma_control_v1_send_failed_and_destroy(struct wlr_gamma_control_v1 *gamma_control); #endif |