summaryrefslogtreecommitdiff
path: root/beos/font.h
diff options
context:
space:
mode:
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;