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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 57334fba5..0335c96c8 100644 --- a/content/content.h +++ b/content/content.h @@ -237,7 +237,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_can_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, ...); -- cgit v1.2.3