aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.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/vidmode.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/vidmode.h')
-rw-r--r--src/vidmode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vidmode.h b/src/vidmode.h
index 893fcc8..cf5516c 100644
--- a/src/vidmode.h
+++ b/src/vidmode.h
@@ -21,6 +21,6 @@
#define _REDSHIFT_VIDMODE_H
int vidmode_check_extension();
-int vidmode_set_temperature(int temp, float gamma[3]);
+int vidmode_set_temperature(int screen_num, int temp, float gamma[3]);
#endif /* ! _REDSHIFT_VIDMODE_H */