From 2d4a5ad26bfb46b2839b176798dd1d0261cf2210 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 9 Dec 2013 10:48:45 -0500 Subject: Add dummy gamma adjustment method This method does not do anything but print the temperature to the terminal. An external program implementing a color temperature adjustment scheme that is not supported by redshift can use this method to determine the desired color temperature. It is also useful for testing other parts of redshift on systems where neither RandR nor VidMode works. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ccf5108..ae1755a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,8 @@ redshift_SOURCES = \ config-ini.c config-ini.h \ location-manual.c location-manual.h \ solar.c solar.h \ - systemtime.c systemtime.h + systemtime.c systemtime.h \ + gamma-dummy.c gamma-dummy.h EXTRA_redshift_SOURCES = \ gamma-randr.c gamma-randr.h \ -- cgit v1.2.3-70-g09d2