summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-02-29 23:03:26 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-02-29 23:03:26 +0000
commitbae61d9224f7856ea8563efa96c41743120b2233 (patch)
treea5e473d2146d6cb5540beb36ea09f2f692b22704 /content/content.h
parentf752aca0d4c0c47b849ad12ec18f85aa9898a3fe (diff)
downloadnetsurf-bae61d9224f7856ea8563efa96c41743120b2233.tar.gz
netsurf-bae61d9224f7856ea8563efa96c41743120b2233.tar.bz2
Periodically reflow the page while fetching a page's objects. Make buffer all rendering default.
svn path=/trunk/netsurf/; revision=3874
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 5 insertions, 1 deletions
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. */