aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.h')
-rw-r--r--src/redshift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.h b/src/redshift.h
index 84e7818..3cfe738 100644
--- a/src/redshift.h
+++ b/src/redshift.h
@@ -21,7 +21,7 @@
#define _REDSHIFT_REDSHIFT_H
-typedef int gamma_method_init_func(void *state, int screen_num, int crtc_num);
+typedef int gamma_method_init_func(void *state, char *args);
typedef void gamma_method_free_func(void *state);
typedef void gamma_method_restore_func(void *state);
typedef int gamma_method_set_temperature_func(void *state, int temp,