summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-08 19:02:19 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-08 19:02:19 +0000
commit95916ab99da6be6854746f62792fe4baf9691c37 (patch)
tree350096b889146048e9dc05242c1eff289e45516a /riscos
parente073f1c542548317165da0610fe28a8330842452 (diff)
downloadnetsurf-95916ab99da6be6854746f62792fe4baf9691c37.tar.gz
netsurf-95916ab99da6be6854746f62792fe4baf9691c37.tar.bz2
nsfont_paint doesn't take scale.
svn path=/trunk/netsurf/; revision=11940
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index d0e842849..3a8566672 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -195,7 +195,7 @@ void nsfont_init(void);
bool nsfont_exists(const char *font_family);
const char *nsfont_fallback_font(void);
bool nsfont_paint(const plot_font_style_t *fstyle, const char *string,
- size_t length, int x, int y, float scale);
+ size_t length, int x, int y);
void nsfont_read_style(const plot_font_style_t *fstyle,
const char **font_family, unsigned int *font_size,
rufl_style *font_style);