summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-22 01:19:20 +0100
committerOle Loots <ole@monochrom.net>2012-11-22 01:19:20 +0100
commit407389668b4806de585c5ab26b9e49d1bd92afab (patch)
treecb684a3fd8d1ae336e06795feba5d32d7680f9f1 /atari/gui.c
parent42cb583842ccc33b71cf0f9304ceebde1b51eaa3 (diff)
downloadnetsurf-407389668b4806de585c5ab26b9e49d1bd92afab.tar.gz
netsurf-407389668b4806de585c5ab26b9e49d1bd92afab.tar.bz2
Hotlist now works without windom.
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 7204705a0..889e4f27f 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -165,7 +165,9 @@ void gui_poll(bool active)
gui_poll_repeat = false;
- evnt.timer = schedule_run();
+ aes_event_in.emi_tlow = schedule_run();
+
+ //printf("time: ");
if(active || rendering)
aes_event_in.emi_tlow = 0;
@@ -203,7 +205,7 @@ void gui_poll(bool active)
/* this suits for stuff with lower priority */
/* TBD: really be spare on redraws??? */
hotlist_redraw();
- //global_history_redraw();
+ global_history_redraw();
}
}