aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-quartz.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-27 20:35:00 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2014-12-27 20:35:00 -0500
commit87cec6b3661d9367b1d59935a41d3eab2e32c5b3 (patch)
tree767475829fda9b9856532535e06dcb3ad02a5b32 /src/gamma-quartz.h
parentredshift: Use double for interpolation function (diff)
parentredshift: Simplify set_temperature by passing color_setting_t (diff)
downloadredshift-ng-87cec6b3661d9367b1d59935a41d3eab2e32c5b3.tar.gz
redshift-ng-87cec6b3661d9367b1d59935a41d3eab2e32c5b3.tar.bz2
redshift-ng-87cec6b3661d9367b1d59935a41d3eab2e32c5b3.tar.xz
Merge branch 'color-settings-struct'
Diffstat (limited to 'src/gamma-quartz.h')
-rw-r--r--src/gamma-quartz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamma-quartz.h b/src/gamma-quartz.h
index c8bfef7..b5bc213 100644
--- a/src/gamma-quartz.h
+++ b/src/gamma-quartz.h
@@ -37,8 +37,8 @@ int quartz_set_option(quartz_state_t *state, const char *key,
const char *value);
void quartz_restore(quartz_state_t *state);
-int quartz_set_temperature(quartz_state_t *state, int temp, float brightness,
- const float gamma[3]);
+int quartz_set_temperature(quartz_state_t *state,
+ const color_setting_t *setting);
#endif /* ! REDSHIFT_GAMMA_QUARTZ_H */