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/redshift.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 '')
-rw-r--r-- | src/redshift.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redshift.h b/src/redshift.h index f597c67..0282d83 100644 --- a/src/redshift.h +++ b/src/redshift.h @@ -88,8 +88,8 @@ typedef void gamma_method_print_help_func(FILE *f); typedef int gamma_method_set_option_func(gamma_state_t *state, const char *key, const char *value); typedef void gamma_method_restore_func(gamma_state_t *state); -typedef int gamma_method_set_temperature_func(gamma_state_t *state, - const color_setting_t *setting); +typedef int gamma_method_set_temperature_func( + gamma_state_t *state, const color_setting_t *setting, int preserve); typedef struct { char *name; |