summaryrefslogtreecommitdiff
path: root/gtk/gskpango.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-01 13:42:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-09-01 13:42:43 -0400
commitf199f7b87b4f1d78911896562b796b5abd61adbb (patch)
treea9e15165f1544d0fa3c3500259397a1db78376a9 /gtk/gskpango.c
parenta367d3494996b9b8e572b44618241cda166ab8c9 (diff)
downloadgtk+-f199f7b87b4f1d78911896562b796b5abd61adbb.tar.gz
Fix the build
Diffstat (limited to 'gtk/gskpango.c')
-rw-r--r--gtk/gskpango.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gskpango.c b/gtk/gskpango.c
index 8d36dec536..e1d63916bf 100644
--- a/gtk/gskpango.c
+++ b/gtk/gskpango.c
@@ -121,7 +121,7 @@ gsk_pango_renderer_show_text_glyphs (PangoRenderer *renderer,
gtk_snapshot_offset (crenderer->snapshot, base_x, base_y);
- node = gsk_text_node_new (font, glyphs, crenderer->fg_color, x_offset, y_offset, base_x, base_y);
+ node = gsk_text_node_new (font, glyphs, &crenderer->fg_color, x_offset, y_offset, base_x, base_y);
snprintf (name, sizeof (name), "Glyphs<%d>", glyphs->num_glyphs);
gsk_render_node_set_name (node, name);
gtk_snapshot_append_node (crenderer->snapshot, node);