From 779619ad6712fe9e5c4dabfef61e092e7a8f09f0 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 17 May 2017 12:09:14 +0100 Subject: Add prototype for _pango_color_parse_with_alpha() It's used in pango-markup.c and pango-color.c, so it should have an internally-available prototype, instead of an `extern` declaration at the point of use. This also avoids a compiler warning for a missing prototype. --- pango/pango-color.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/pango-color.c') diff --git a/pango/pango-color.c b/pango/pango-color.c index 2f344765..3c37c3d0 100644 --- a/pango/pango-color.c +++ b/pango/pango-color.c @@ -26,6 +26,7 @@ #include "pango-attributes.h" #include "pango-impl-utils.h" +#include "pango-utils-internal.h" G_DEFINE_BOXED_TYPE (PangoColor, pango_color, pango_color_copy, -- cgit v1.2.1