mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
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:
parent
2d3979fbb5
commit
e890503143
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user