summaryrefslogtreecommitdiff
path: root/windows/schedule.h
Commit message (Collapse)AuthorAgeFilesLines
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-0/+1
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Add Windows frontendVincent Sanders2010-01-311-0/+25
svn path=/trunk/netsurf/; revision=9940