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 --- monkey/poll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monkey') diff --git a/monkey/poll.c b/monkey/poll.c index 4a5b6eae3..50744f5a4 100644 --- a/monkey/poll.c +++ b/monkey/poll.c @@ -97,11 +97,11 @@ gui_poll(bool active) unsigned int fd_count = 0; bool block = true; + schedule_run(); + if (browser_reformat_pending) block = false; - schedule_run(); - if (active) { FD_ZERO(&read_fd_set); FD_ZERO(&write_fd_set); -- cgit v1.2.3