summaryrefslogtreecommitdiff
path: root/beos/font.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-04 21:19:43 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-04 21:19:43 +0100
commit09e90a4cea9e055a0c0aba3be166d8f937ea6669 (patch)
tree974af3202d74ec44dd67d85f3596f6f96b901455 /beos/font.h
parent42baec60cc105882ca982283af5feef2e1275dac (diff)
downloadnetsurf-09e90a4cea9e055a0c0aba3be166d8f937ea6669.tar.gz
netsurf-09e90a4cea9e055a0c0aba3be166d8f937ea6669.tar.bz2
reduce beos frontend usage of plotter API
Diffstat (limited to 'beos/font.h')
-rw-r--r--beos/font.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/beos/font.h b/beos/font.h
index 75f0c3ac6..63909efcf 100644
--- a/beos/font.h
+++ b/beos/font.h
@@ -16,16 +16,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Beos font layout handling interface.
*/
#ifndef NS_BEOS_FONT_H
#define NS_BEOS_FONT_H
-#include <stdbool.h>
-
-#include "desktop/plotters.h"
+#include "desktop/plot_style.h"
bool nsfont_paint(const plot_font_style_t *fstyle,
const char *string, size_t length,