From 07c54283e364bd66e21fbd659ea0dd469201a747 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Aug 2007 03:55:18 +0000 Subject: Move window scaling from platform-specific code to desktop/browser.c. Modify gtk gui to handle scaling in the same way as RO. svn path=/trunk/netsurf/; revision=3478 --- content/content.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index 6a87880b9..78ea76b54 100644 --- a/content/content.c +++ b/content/content.c @@ -513,7 +513,8 @@ struct content * content_get_ready(const char *url) * \param c content to check * \return whether the content can reformat */ -bool content_get_reformat(struct content *c) { +bool content_can_reformat(struct content *c) +{ return (handler_map[c->type].reformat != NULL); } -- cgit v1.2.3