From 2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 28 Apr 2010 22:39:37 +0000 Subject: The schedule_run function is only called by the frontends so remove it from 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 --- windows/schedule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/schedule.h') diff --git a/windows/schedule.h b/windows/schedule.h index 64be0c4d1..77fb24283 100644 --- a/windows/schedule.h +++ b/windows/schedule.h @@ -21,5 +21,6 @@ #define _NETSURF_WINDOWS_SCHEDULE_H_ void list_schedule(void); +bool schedule_run(void); #endif -- cgit v1.2.3