summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-10-09 00:57:00 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:56 +0200
commitdedd1377485f92bbf71e964df8f9df56d75f2974 (patch)
treef81b24edd8a5771097c0d1ca26e39ad20c40554e /frontends/framebuffer
parent310b65307a4db20cd5c5c6d9f67e63865437e047 (diff)
downloadnetsurf-dedd1377485f92bbf71e964df8f9df56d75f2974.tar.gz
netsurf-dedd1377485f92bbf71e964df8f9df56d75f2974.tar.bz2
Hook into existing framebuffer sources rather than relying on a copy
Diffstat (limited to 'frontends/framebuffer')
-rw-r--r--frontends/framebuffer/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/font.h b/frontends/framebuffer/font.h
index dfac43695..48f25d6cc 100644
--- a/frontends/framebuffer/font.h
+++ b/frontends/framebuffer/font.h
@@ -58,7 +58,7 @@ nserror fb_font_position(const struct plot_font_style *fstyle, const char *strin
nserror fb_font_width(const struct plot_font_style *fstyle, const char *string, size_t length, int *width);
-#include "framebuffer/font_internal.h"
+#include "framebuffer/font_freetype.h"
#endif /* NETSURF_FB_FONT_H */