summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2007-03-03 19:46:20 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2007-03-03 19:46:20 +0000
commit73686886420f9588efc21befeb061c62545bfde9 (patch)
tree4ea69f6acd40557993c2cae9b83a46c91caa05f2 /content/content.h
parentcd3fb4a7cc3abde20e877fa919579d5936dc125f (diff)
downloadnetsurf-73686886420f9588efc21befeb061c62545bfde9.tar.gz
netsurf-73686886420f9588efc21befeb061c62545bfde9.tar.bz2
Dynamically update scale view (implement 1556975) and prevent double redraws.
svn path=/trunk/netsurf/; revision=3191
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 43f9243d3..0eb7c3e4c 100644
--- a/content/content.h
+++ b/content/content.h
@@ -225,6 +225,7 @@ content_type content_lookup(const char *mime_type);
struct content * content_create(const char *url);
struct content * content_get(const char *url);
struct content * content_get_ready(const char *url);
+bool content_get_reformat(struct content *c);
bool content_set_type(struct content *c, content_type type,
const char *mime_type, const char *params[]);
void content_set_status(struct content *c, const char *status_message, ...);