aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.h
diff options
context:
space:
mode:
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 */