From bae61d9224f7856ea8563efa96c41743120b2233 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 29 Feb 2008 23:03:26 +0000 Subject: Periodically reflow the page while fetching a page's objects. Make buffer all rendering default. svn path=/trunk/netsurf/; revision=3874 --- content/content.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 7fb11ca2a..c49aef3a5 100644 --- a/content/content.h +++ b/content/content.h @@ -97,7 +97,7 @@ typedef enum { /** Extra data for some content_msg messages. */ union content_msg_data { const char *error; /**< Error message, for CONTENT_MSG_ERROR. */ - const char *new_url; /**< Replacement URL (or NULL if the same + const char *new_url; /**< Replacement URL (or NULL if the same * as previous), for CONTENT_MSG_NEWPTR. */ /** Area of content which needs redrawing, for CONTENT_MSG_REDRAW. */ struct { @@ -205,6 +205,10 @@ struct content { LOADING or READY, otherwise total time. */ + unsigned int reformat_time; /**< Time the HTML content was last + reformatted. Used while fetching + a page's objects. */ + unsigned int size; /**< Estimated size of all data associated with this content, except alloced as talloc children of this. */ -- cgit v1.2.3