gsk: Mark private symbol as static

The ellipsis_contains_point() function is not used anywhere else.
This commit is contained in:
Emmanuele Bassi 2017-04-26 17:21:07 +01:00
parent ed2aaafa2c
commit 7ae5b516ac

View File

@ -318,7 +318,7 @@ gsk_rounded_rect_is_rectilinear (const GskRoundedRect *self)
return TRUE;
}
gboolean
static gboolean
ellipsis_contains_point (const graphene_size_t *ellipsis,
const graphene_point_t *point)
{