diff options
Diffstat (limited to 'src/gamma-randr.h')
-rw-r--r-- | src/gamma-randr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h index 4ccad8f..11818fa 100644 --- a/src/gamma-randr.h +++ b/src/gamma-randr.h @@ -54,7 +54,8 @@ void randr_print_help(FILE *f); int randr_set_option(randr_state_t *state, const char *key, const char *value); void randr_restore(randr_state_t *state); -int randr_set_temperature(randr_state_t *state, int temp, float gamma[3]); +int randr_set_temperature(randr_state_t *state, int temp, float brightness, + float gamma[3]); #endif /* ! _REDSHIFT_GAMMA_RANDR_H */ |