diff options
Diffstat (limited to 'colortemp.h')
-rw-r--r-- | colortemp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colortemp.h b/colortemp.h index d2e9630..fae5947 100644 --- a/colortemp.h +++ b/colortemp.h @@ -4,6 +4,6 @@ #define _COLORTEMP_H int colortemp_check_extension(); -int colortemp_set_temperature(int temp, float gamma); +int colortemp_set_temperature(int temp, float gamma[3]); #endif /* ! _COLORTEMP_H */ |