From 38af3a0d5e22399b515ceb037870c3ef22662bb7 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Thu, 21 Apr 2011 00:23:50 +0200 Subject: Allow brightness to be adjusted (between 10% and 100%, the latter being the default). --- src/redshift.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/redshift.h') diff --git a/src/redshift.h b/src/redshift.h index 8f488f6..c3d1239 100644 --- a/src/redshift.h +++ b/src/redshift.h @@ -33,6 +33,7 @@ typedef int gamma_method_set_option_func(void *state, const char *key, const char *value); typedef void gamma_method_restore_func(void *state); typedef int gamma_method_set_temperature_func(void *state, int temp, + float brightness, float gamma[3]); typedef struct { -- cgit v1.2.3-70-g09d2