aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-10-16 18:40:14 -0700
committerGitHub <noreply@github.com>2017-10-16 18:40:14 -0700
commitad737285ca297cb607fc23804711e16274a74cd3 (patch)
tree7bc89da19f3fc62c51fbddb4c82913497c984c01 /src/options.h
parentMerge pull request #535 from jonls/cleanup (diff)
parentman: Document -P option (diff)
downloadredshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.gz
redshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.bz2
redshift-ng-ad737285ca297cb607fc23804711e16274a74cd3.tar.xz
Merge pull request #537 from jonls/preserve-option
Preserve command-line option
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 95a31b1..9993a07 100644
--- a/src/options.h
+++ b/src/options.h
@@ -34,6 +34,8 @@ typedef struct {
int temp_set;
/* Whether to fade between large skips in color temperature. */
int use_fade;
+ /* Whether to preserve gamma ramps if supported by gamma method. */
+ int preserve_gamma;
/* Selected gamma method. */
const gamma_method_t *method;