summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-10-15 21:35:29 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-10-15 21:35:29 +0000
commit4059d2b0961a6361d422854524b2be0235719c62 (patch)
treea925bed36e4d948100b3cad9a040a0562c91596f /amiga/schedule.h
parent87695acd33f4285dd3c9f4da7568acff9c33016e (diff)
downloadnetsurf-4059d2b0961a6361d422854524b2be0235719c62.tar.gz
netsurf-4059d2b0961a6361d422854524b2be0235719c62.tar.bz2
Fix-up the timer.device scheduler and reinstate it as default. Unfortunately this
doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
Diffstat (limited to 'amiga/schedule.h')
-rwxr-xr-xamiga/schedule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 3317101ed..76c877861 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -23,6 +23,7 @@
struct MinList *schedule_list;
struct TimeRequest *tioreq;
+struct MsgPort *msgport;
struct nscallback
{