Merge branch 'matthiasc/for-main' into 'main'

gsk: Fix a minor type mismatch

Closes #6628

See merge request GNOME/gtk!7138
This commit is contained in:
Matthias Clasen 2024-04-14 02:51:45 +00:00
commit 89977412e9

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,