aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.