aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32gdi.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-24Use the prefix 'gamma' for gamma adjustment source files.Jon Lund Steffensen1-127/+0
2010-05-24Pass arguments as string to adjustment methods.Jon Lund Steffensen1-1/+1
2010-05-24Use gamma_method_spec_t struct to control and iterate through differentJon Lund Steffensen1-1/+1
gamma adjustment methods.
2010-05-06systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen1-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.