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 --- amiga/schedule.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga') diff --git a/amiga/schedule.h b/amiga/schedule.h index 76c877861..7a7985181 100755 --- a/amiga/schedule.h +++ b/amiga/schedule.h @@ -34,4 +34,7 @@ struct nscallback }; void ami_remove_timer_event(struct nscallback *nscb); + +bool schedule_run(void); + #endif -- cgit v1.2.3