summaryrefslogtreecommitdiff
path: root/frontends/gtk/layout_pango.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-06 00:37:08 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-11 13:57:07 +0000
commit78d601eb76c796c038f42c2b9f10e4e591272271 (patch)
tree17aad8a88df9fd22533a4d11ebad7929b61ef56c /frontends/gtk/layout_pango.h
parent7d660561cc9562731429ca06904b5e5711e90e27 (diff)
downloadnetsurf-78d601eb76c796c038f42c2b9f10e4e591272271.tar.gz
netsurf-78d601eb76c796c038f42c2b9f10e4e591272271.tar.bz2
Update GTK plotters to use new API
Diffstat (limited to 'frontends/gtk/layout_pango.h')
-rw-r--r--frontends/gtk/layout_pango.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/layout_pango.h b/frontends/gtk/layout_pango.h
index 137cebe68..7ce107a5d 100644
--- a/frontends/gtk/layout_pango.h
+++ b/frontends/gtk/layout_pango.h
@@ -30,7 +30,7 @@ struct plot_font_style;
extern struct gui_layout_table *nsgtk_layout_table;
-bool nsfont_paint(int x, int y, const char *string, size_t length, const struct plot_font_style *fstyle);
+nserror nsfont_paint(int x, int y, const char *string, size_t length, const struct plot_font_style *fstyle);
/**
* Convert a plot style to a PangoFontDescription.