From 0c0ff3c59631d0968c888279195ea40d4a7fd824 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 17 Jun 2003 19:24:21 +0000 Subject: [project @ 2003-06-17 19:24:20 by bursa] Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180 --- desktop/browser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 11eba93c8..10613bcd4 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -1,5 +1,5 @@ /** - * $Id: browser.h,v 1.12 2003/04/15 17:53:00 bursa Exp $ + * $Id: browser.h,v 1.13 2003/06/17 19:24:21 bursa Exp $ */ #ifndef _NETSURF_DESKTOP_BROWSER_H_ @@ -48,6 +48,7 @@ struct browser_window struct { int mult; int div; } scale; struct content* current_content; + struct content* loading_content; struct history* history; clock_t time0; -- cgit v1.2.3