From eef98634f616fbcf2c93d4cfbcfdb48e8d75bb26 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 00:04:45 +0000 Subject: Shunt some schedule_run() calls around.. Should improve behaviour on GTK and monkey a little svn path=/trunk/netsurf/; revision=12004 --- gtk/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gui.c') diff --git a/gtk/gui.c b/gtk/gui.c index cd779bdce..1f0a4e500 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -509,6 +509,8 @@ void gui_poll(bool active) unsigned int fd_count = 0; bool block = true; + schedule_run() + if (browser_reformat_pending) block = false; -- cgit v1.2.3