aboutsummaryrefslogtreecommitdiffstats
path: root/src/randr.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-12-25 16:30:56 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-12-25 16:30:56 +0100
commitf7548343c842ba1b825e1da07336f39781ce2bbe (patch)
tree9fccf22229bd255613943788bf8825ae8f63e631 /src/randr.h
parentRANDR: Adjust color temperature fro all CRTCs. (diff)
downloadredshift-ng-f7548343c842ba1b825e1da07336f39781ce2bbe.tar.gz
redshift-ng-f7548343c842ba1b825e1da07336f39781ce2bbe.tar.bz2
redshift-ng-f7548343c842ba1b825e1da07336f39781ce2bbe.tar.xz
Allow selection of X screen to apply adjustments to.
Diffstat (limited to 'src/randr.h')
-rw-r--r--src/randr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randr.h b/src/randr.h
index 7efa94c..d03f766 100644
--- a/src/randr.h
+++ b/src/randr.h
@@ -21,6 +21,6 @@
#define _REDSHIFT_RANDR_H
int randr_check_extension();
-int randr_set_temperature(int temp, float gamma[3]);
+int randr_set_temperature(int screen_num, int temp, float gamma[3]);
#endif /* ! _REDSHIFT_RANDR_H */