summaryrefslogtreecommitdiff
path: root/cocoa/font.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-24 21:13:20 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-24 21:13:20 +0100
commitf90ed33501485663a091baefe41a87db93d2db91 (patch)
treed5f108e5efd1c1360f0a763c53a74dea58785539 /cocoa/font.h
parentd8b6de50d6da9a965df70ad758e9631c15be9728 (diff)
downloadnetsurf-f90ed33501485663a091baefe41a87db93d2db91.tar.gz
netsurf-f90ed33501485663a091baefe41a87db93d2db91.tar.bz2
update cocoa frontend to use font layout table
Diffstat (limited to 'cocoa/font.h')
-rw-r--r--cocoa/font.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cocoa/font.h b/cocoa/font.h
index 2a31e2c08..cabd2b933 100644
--- a/cocoa/font.h
+++ b/cocoa/font.h
@@ -21,6 +21,8 @@
#import "desktop/plot_style.h"
-void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const plot_font_style_t *style );
+void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const struct plot_font_style *style );
+
+struct gui_layout_table *cocoa_layout_table;
#endif