aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify header files (so far most)Mattias Andrée2025-03-051-27/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Move module structures out of headersJon Lund Steffensen2017-10-131-2/+0
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-11/+2
|
* redshift: Simplify set_temperature by passing color_setting_tJon Lund Steffensen2014-12-271-3/+3
| | | | | | | | 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.
* Fix #22: remove initial underscore from include guardsJon Lund Steffensen2014-03-231-3/+3
|
* Constify gamma parameter to set_temperature() methodsJon Lund Steffensen2013-12-091-1/+1
|
* Add dummy gamma adjustment methodJon Lund Steffensen2013-12-091-0/+38
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.