mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
gamma-control-v1: apply gamma LUT when output gets enabled
Closes: https://github.com/swaywm/wlroots/issues/2372
This commit is contained in:
parent
be1e7647c3
commit
c2db691cad
2 changed files with 43 additions and 12 deletions
|
|
@ -21,6 +21,10 @@ struct wlr_gamma_control_v1 {
|
|||
struct wlr_output *output;
|
||||
struct wl_list link;
|
||||
|
||||
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