Run the schedule before as well as after the poll

svn path=/trunk/netsurf/; revision=12002
This commit is contained in:
Daniel Silverstone 2011-03-12 23:59:02 +00:00
parent 1fd6b4d767
commit 7d8e3cac49
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ gui_poll(bool active)
if (browser_reformat_pending)
block = false;
schedule_run();
if (active) {
FD_ZERO(&read_fd_set);
FD_ZERO(&write_fd_set);