diff options
Diffstat (limited to 'src/randr.h')
-rw-r--r-- | src/randr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randr.h b/src/randr.h index 7efa94c..d03f766 100644 --- a/src/randr.h +++ b/src/randr.h @@ -21,6 +21,6 @@ #define _REDSHIFT_RANDR_H int randr_check_extension(); -int randr_set_temperature(int temp, float gamma[3]); +int randr_set_temperature(int screen_num, int temp, float gamma[3]); #endif /* ! _REDSHIFT_RANDR_H */ |