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.
This commit is contained in:
Simon Ser 2023-04-14 20:48:31 +02:00 committed by Alexander Orzechowski
parent ec9b79ef19
commit 36376e2ddf
2 changed files with 0 additions and 42 deletions

View file

@ -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;