aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtime.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>
* systemtime: Add function wrapping platform sleep functionJon Lund Steffensen2014-12-281-0/+1
| | | | | Adds systemtime_msleep() which sleeps for a number of milliseconds. This wraps Sleep() on windows and usleep() on other platforms.
* systemtime: Fix includes and check for _POSIX_TIMERSJon Lund Steffensen2014-12-281-7/+1
| | | | | | Fix missing include of windows.h on windows platform. Change check for _POSIX_TIMERS to check that it is greater than 0. On OS X, the POSIX timers are not available and _POSIX_TIMERS is -1.
* Fix #22: remove initial underscore from include guardsJon Lund Steffensen2014-03-231-3/+3
|
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-0/+32
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.