aboutsummaryrefslogtreecommitdiffstats
path: root/colortemp.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-11-04 22:25:26 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-11-04 22:25:26 +0100
commit485c19ef3080c1492130f7032dbc8ee907a9a582 (patch)
treee5e88a0a65bb5aeca21faa8a6e3792e71989575e /colortemp.h
parentMake transition period a bit shorter. (diff)
downloadredshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.gz
redshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.bz2
redshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.xz
Allow individual adjustment of each gamma channel.
Diffstat (limited to 'colortemp.h')
-rw-r--r--colortemp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colortemp.h b/colortemp.h
index d2e9630..fae5947 100644
--- a/colortemp.h
+++ b/colortemp.h
@@ -4,6 +4,6 @@
#define _COLORTEMP_H
int colortemp_check_extension();
-int colortemp_set_temperature(int temp, float gamma);
+int colortemp_set_temperature(int temp, float gamma[3]);
#endif /* ! _COLORTEMP_H */