summaryrefslogtreecommitdiff
path: root/beos/font.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-24 20:17:52 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-24 20:17:52 +0100
commit5c567d4f2034ac227350b2d72647cd0d37ebee68 (patch)
tree6dce848c9711cdcb7c729c0043330f6c6a3091db /beos/font.h
parent7677901edfc72228572e72f0858a55ab012f860a (diff)
downloadnetsurf-5c567d4f2034ac227350b2d72647cd0d37ebee68.tar.gz
netsurf-5c567d4f2034ac227350b2d72647cd0d37ebee68.tar.bz2
update beos to use font layout table
Diffstat (limited to 'beos/font.h')
-rw-r--r--beos/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/beos/font.h b/beos/font.h
index aefd898da..ce31929a9 100644
--- a/beos/font.h
+++ b/beos/font.h
@@ -28,4 +28,6 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
const char *string, size_t length,
int x, int y);
-void nsbeos_style_to_font(BFont &font, const plot_font_style_t *fstyle);
+void nsbeos_style_to_font(BFont &font, const struct plot_font_style *fstyle);
+
+struct gui_layout_table *beos_layout_table;