From 04f0525fbf8e6a35654d31dff0fa5fc98e5f5102 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 24 Jan 2005 23:02:37 +0000 Subject: [project @ 2005-01-24 23:02:37 by bursa] Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467 --- content/fetchcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetchcache.h') diff --git a/content/fetchcache.h b/content/fetchcache.h index 68fe3fd7f..5a1794901 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -35,6 +35,7 @@ void fetchcache_go(struct content *content, char *referer, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, union content_msg_data data), void *p1, void *p2, + int width, int height, char *post_urlenc, struct form_successful_control *post_multipart, bool cookies); -- cgit v1.2.3