Run the schedule before as well as after the poll
svn path=/trunk/netsurf/; revision=12002
This commit is contained in:
parent
1fd6b4d767
commit
7d8e3cac49
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue