mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
ec9b79ef19
commit
36376e2ddf
2 changed files with 0 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue