From 36376e2ddf0d16baae37e6b733f0baf53f82ebb7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 14 Apr 2023 20:48:31 +0200 Subject: 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. --- include/wlr/types/wlr_gamma_control_v1.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/wlr') 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; -- cgit v1.2.3