diff options
author | Vincent Sanders <vince@netsurf-browser.org> | 2010-04-28 22:39:37 +0000 |
---|---|---|
committer | Vincent Sanders <vince@netsurf-browser.org> | 2010-04-28 22:39:37 +0000 |
commit | 2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4 (patch) | |
tree | 8379dd89d75de03107e8db044964dd40d49cbcfa /amiga/schedule.h | |
parent | 085f6b33ecbc5642c8c5fb9c6ec7612f5f9dcec3 (diff) | |
download | netsurf-2fd1476f8c99c4d4f6eb114cc7b5f8ac9ab54be4.tar.gz |
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
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-x | amiga/schedule.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |