aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-4/+5
| | | | | | | | 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.
* Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée2014-03-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Fix building on WindowsTingPing2013-12-291-2/+0
|
* Constify gamma parameter to set_temperature() methodsJon Lund Steffensen2013-12-091-1/+1
|
* Add dummy gamma adjustment methodJon Lund Steffensen2013-12-091-0/+76
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.