From 9ce01d2024e12881e29f4efd28845f12e56e7b67 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 24 Apr 2016 20:38:30 +0100 Subject: fixup errors in font layout table conversion --- beos/font.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'beos/font.h') diff --git a/beos/font.h b/beos/font.h index ce31929a9..75f0c3ac6 100644 --- a/beos/font.h +++ b/beos/font.h @@ -17,9 +17,12 @@ */ /** \file - * Font handling (GTK interface). + * Beos font layout handling interface. */ +#ifndef NS_BEOS_FONT_H +#define NS_BEOS_FONT_H + #include #include "desktop/plotters.h" @@ -30,4 +33,6 @@ bool nsfont_paint(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; +extern struct gui_layout_table *beos_layout_table; + +#endif -- cgit v1.2.3