From 1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 24 Apr 2004 23:42:32 +0000 Subject: [project @ 2004-04-24 23:42:31 by bursa] Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801 --- content/fetchcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchcache.h') diff --git a/content/fetchcache.h b/content/fetchcache.h index 37d3e1f18..3fadc3459 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -25,7 +25,7 @@ struct form_successful_control; struct content * fetchcache(const char *url, char *referer, void (*callback)(content_msg msg, struct content *c, void *p1, - void *p2, const char *error), + void *p2, union content_msg_data data), void *p1, void *p2, unsigned long width, unsigned long height, bool no_error_pages #ifdef WITH_POST -- cgit v1.2.3