diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 16:39:17 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 16:39:17 +0100 |
commit | 7b15478612e981937a06a709d99b40d71abd6c20 (patch) | |
tree | 35177bbf38ed77d96d62d6b1e47c1d4ec15edf6f /src/gamma-coopgamma.c | |
parent | add display option + update doc about all screens being the default (diff) | |
download | redshift-ng-7b15478612e981937a06a709d99b40d71abd6c20.tar.gz redshift-ng-7b15478612e981937a06a709d99b40d71abd6c20.tar.bz2 redshift-ng-7b15478612e981937a06a709d99b40d71abd6c20.tar.xz |
Restore support for preserve-gamma, with corrected order of application
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/gamma-coopgamma.c')
-rw-r--r-- | src/gamma-coopgamma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c index 9818a88..6025da7 100644 --- a/src/gamma-coopgamma.c +++ b/src/gamma-coopgamma.c @@ -517,6 +517,7 @@ coopgamma_apply(struct gamma_state *state, const struct colour_setting *setting, fill_ramps_##SUFFIX((void *)(filter->ramps.u8.red),\ (void *)(filter->ramps.u8.green),\ (void *)(filter->ramps.u8.blue),\ + NULL, NULL, NULL,\ filter->ramps.u8.red_size,\ filter->ramps.u8.green_size,\ filter->ramps.u8.blue_size,\ |