summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-04-07 11:15:09 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-04-07 11:15:09 +0000
commit59641def822ba66ed9bf3ae73ed53dffe45a992c (patch)
tree471343dc45ddfa4549c94f48ba4019998b99a675 /riscos/gui.h
parent79acb8b08c22ad15a54f93e66516904fe133232d (diff)
downloadnetsurf-59641def822ba66ed9bf3ae73ed53dffe45a992c.tar.gz
netsurf-59641def822ba66ed9bf3ae73ed53dffe45a992c.tar.bz2
const fixes in plotters and history core
svn path=/trunk/netsurf/; revision=4083
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index ee7ed896f..2c7d024b2 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -208,7 +208,7 @@ void ro_gui_print_prepare(struct gui_window *g);
void nsfont_init(void);
bool nsfont_exists(const char *font_family);
const char *nsfont_fallback_font(void);
-bool nsfont_paint(struct css_style *style, const char *string,
+bool nsfont_paint(const struct css_style *style, const char *string,
size_t length, int x, int y, float scale);
void nsfont_read_style(const struct css_style *style,
const char **font_family, unsigned int *font_size,