summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:46:33 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:46:33 +0100
commit6686d9dad81a5599a0e0144994c5d0eefe6d86e0 (patch)
treec303b6cf04fd22e5d9d5fdde81d33253f82d38bc /amiga/history_local.c
parentc297f45bb9f557a2260be02a2de84bbab41e0f22 (diff)
downloadnetsurf-6686d9dad81a5599a0e0144994c5d0eefe6d86e0.tar.gz
netsurf-6686d9dad81a5599a0e0144994c5d0eefe6d86e0.tar.bz2
Schedule redraws from local history too, hide ami_do_redraw and friends as only gui.c needs to call those directly now
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index a0d37b0b2..3c8b6e11a 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -212,7 +212,7 @@ bool ami_history_click(struct history_window *hw,uint16 code)
case SELECTUP:
history_click(hw->bw,history_current,x,y,false);
ami_history_redraw(hw);
- ami_do_redraw(hw->bw->window->shared);
+ ami_schedule_redraw(hw->bw->window->shared, true);
break;
case MIDDLEUP: