From 1d88c2b10ca295ddd8636cc0338bb07d76bfae04 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 24 May 2010 21:26:06 +0200 Subject: Pass arguments as string to adjustment methods. --- src/redshift.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/redshift.h') 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, -- cgit v1.2.3-70-g09d2