mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
The scheduled callback function doesn't need to do anything, because NetSurf is going to call hlcache_poll anyway after it returns.
This commit is contained in:
parent
6557bae1a2
commit
bbb0f4c2b9
@ -2462,7 +2462,11 @@ printf("sig recvd %ld (%ld %ld %ld %ld %ld %ld)\n", signal, winsignal , appsig ,
|
||||
|
||||
static void ami_gui_fetch_callback(void *p)
|
||||
{
|
||||
hlcache_poll();
|
||||
/* This doesn't need to do anything - the scheduled event will
|
||||
* send a message to trigger Wait() to return, thereby causing
|
||||
* the event function to return, and NetSurf to call
|
||||
* hlcache_poll() as part of the usual fetch/event loop.
|
||||
*/
|
||||
}
|
||||
|
||||
void gui_poll(bool active)
|
||||
|
Loading…
Reference in New Issue
Block a user