Get one timer message per signal to allow other non-scheduled events to be actioned.
This fixes a curious pause upon starting NetSurf. svn path=/trunk/netsurf/; revision=11713
This commit is contained in:
parent
3123192dfc
commit
0ca3e6e00e
|
@ -1900,7 +1900,7 @@ void ami_get_msg(void)
|
|||
|
||||
if(signal & schedulesig)
|
||||
{
|
||||
while(timermsg = GetMsg(msgport))
|
||||
if(timermsg = GetMsg(msgport))
|
||||
{
|
||||
ReplyMsg(timermsg);
|
||||
schedule_run(FALSE);
|
||||
|
|
Loading…
Reference in New Issue