gsk: Fix a minor type mismatch

Use the same types in the declaration of gsk_standard_contour_init.

Fixes: #6628
This commit is contained in:
Matthias Clasen 2024-04-13 22:28:48 -04:00
parent 2d3979fbb5
commit e890503143

View File

@ -556,7 +556,7 @@ gsk_standard_contour_init (GskContour *contour,
gsize n_points,
const gskpathop *ops,
gsize n_ops,
ptrdiff_t offset);
gssize offset);
static void
gsk_standard_contour_copy (const GskContour *contour,