summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-07-13 22:19:04 +0200
committerOle Loots <ole@monochrom.net>2012-07-13 22:19:04 +0200
commit37b8c5d83da69a13ce155c040a90cc6a850dc456 (patch)
tree880da99da6f1adf828cca663dcf94d436504a3ac /atari/plot/font_internal.h
parentbc9d29f00ae84ae8fc9963f789358e4953100ea6 (diff)
downloadnetsurf-37b8c5d83da69a13ce155c040a90cc6a850dc456.tar.gz
netsurf-37b8c5d83da69a13ce155c040a90cc6a850dc456.tar.bz2
Plotter refactor: removed one plotter abraction layer.
Diffstat (limited to 'atari/plot/font_internal.h')
-rw-r--r--atari/plot/font_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/atari/plot/font_internal.h b/atari/plot/font_internal.h
index b5de3c2cc..628a63cdc 100644
--- a/atari/plot/font_internal.h
+++ b/atari/plot/font_internal.h
@@ -18,7 +18,9 @@
*/
#ifdef WITH_INTERNAL_FONT_DRIVER
#ifndef FONT_PLOTTER_INTERNAL
-#define FONT_PLOTTER_INTERNAL
+#define FONT_PLOTTER_INTERNAL
+
+#include "atari/plot/plot.h"
int ctor_font_plotter_internal( FONT_PLOTTER self );