summaryrefslogtreecommitdiff
path: root/gsk/gskcontourprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskcontourprivate.h')
-rw-r--r--gsk/gskcontourprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsk/gskcontourprivate.h b/gsk/gskcontourprivate.h
index bce0689d17..4905038f2c 100644
--- a/gsk/gskcontourprivate.h
+++ b/gsk/gskcontourprivate.h
@@ -92,6 +92,9 @@ void gsk_contour_add_segment (const GskContou
gpointer measure_data,
float start,
float end);
+gboolean gsk_contour_get_stroke_bounds (const GskContour *self,
+ GskStroke *stroke,
+ graphene_rect_t *bounds);
G_END_DECLS