diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-10-16 18:40:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 18:40:14 -0700 |
commit | ad737285ca297cb607fc23804711e16274a74cd3 (patch) | |
tree | 7bc89da19f3fc62c51fbddb4c82913497c984c01 /src/options.h | |
parent | Merge pull request #535 from jonls/cleanup (diff) | |
parent | man: Document -P option (diff) | |
download | redshift-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.h | 2 |
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; |