summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:47:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-04 19:47:46 +0100
commit90266d117cc731d5e5edd3ec9542a65bfc40e419 (patch)
tree6a98d83086b8785a657f50a1a9758a5f219fd190 /amiga
parent6686d9dad81a5599a0e0144994c5d0eefe6d86e0 (diff)
downloadnetsurf-90266d117cc731d5e5edd3ec9542a65bfc40e419.tar.gz
netsurf-90266d117cc731d5e5edd3ec9542a65bfc40e419.tar.bz2
Schedule browser-initiated reformats too, with the caveat that a message of some description needs to arrive at the message port before the reformat will be queued (think this only affects scale changes).
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index a84972789..d67310d08 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2121,7 +2121,7 @@ void ami_handle_msg(void)
{
/* Catch any reformats tagged by the core - only used by scale? */
if(gwin->bw->reformat_pending) {
- ami_do_redraw(gwin);
+ ami_schedule_redraw(gwin, true);
}
if(gwin->bw->window->throbbing)