aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.h')
-rw-r--r--src/redshift.h4
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;