From ec5aa19acf1b768586688dd7c82ee0d64d314b40 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sat, 27 Dec 2014 20:22:04 -0500 Subject: redshift: Simplify set_temperature by passing color_setting_t Changes all set_temperature function in gamma adjustment methods to take a color_setting_t pointer with the color settings. Colorramp functions are similarly changed to take a color settings struct. --- src/gamma-dummy.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gamma-dummy.c') diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 0ebb12d..ba62d93 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with Redshift. If not, see . - Copyright (c) 2013 Jon Lund Steffensen + Copyright (c) 2013-2014 Jon Lund Steffensen */ #include @@ -27,6 +27,8 @@ # define _(s) s #endif +#include "redshift.h" + int gamma_dummy_init(void *state) @@ -66,9 +68,8 @@ gamma_dummy_set_option(void *state, const char *key, const char *value) } int -gamma_dummy_set_temperature(void *state, int temp, float brightness, - const float gamma[3]) +gamma_dummy_set_temperature(void *state, const color_setting_t *setting) { - printf(_("Temperature: %i\n"), temp); + printf(_("Temperature: %i\n"), setting->temperature); return 0; } -- cgit v1.2.3-70-g09d2