diff options
Diffstat (limited to 'src/blueshift_randr_c.h')
-rw-r--r-- | src/blueshift_randr_c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blueshift_randr_c.h b/src/blueshift_randr_c.h index 5bae1de..db12770 100644 --- a/src/blueshift_randr_c.h +++ b/src/blueshift_randr_c.h @@ -62,9 +62,10 @@ typedef struct blueshift_randr_crtc * Start stage of colour curve control * * @param use_screen The screen to use + * @param display The display to use, `NULL` for the current one * @return Zero on success */ -int blueshift_randr_open(int use_screen); +int blueshift_randr_open(int use_screen, char* display); /** * Gets the current colour curves |