diff options
author | Simon Ser <contact@emersion.fr> | 2023-04-14 20:48:31 +0200 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-06-08 18:47:46 +0000 |
commit | 36376e2ddf0d16baae37e6b733f0baf53f82ebb7 (patch) | |
tree | b0ebb7ee0e8ef3d6af49880c216c672097e100ce /include/wlr | |
parent | ec9b79ef19fb138630483d649659dc10c7ef580d (diff) |
gamma-control-v1: stop applying gamma LUTs implicitly
Make the compositor responsible for doing that, so that they can
properly integrate with their output commit sequence.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_gamma_control_v1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h index 66d23b3b..36f4b207 100644 --- a/include/wlr/types/wlr_gamma_control_v1.h +++ b/include/wlr/types/wlr_gamma_control_v1.h @@ -31,7 +31,6 @@ struct wlr_gamma_control_v1 { uint16_t *table; size_t ramp_size; - struct wl_listener output_commit_listener; struct wl_listener output_destroy_listener; void *data; |