aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32gdi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen2010-05-241-127/+0
|
* Pass arguments as string to adjustment methods.Jon Lund Steffensen2010-05-241-1/+1
|
* Use gamma_method_spec_t struct to control and iterate through differentJon Lund Steffensen2010-05-241-1/+1
| | | | gamma adjustment methods.
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-0/+127
w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in.