pathpoint: Use the right type

This commit is contained in:
Matthias Clasen 2023-08-09 14:32:53 -04:00
parent 5f49b7b492
commit 917307a6a4

View File

@ -8,7 +8,7 @@ G_BEGIN_DECLS
struct _GskRealPathPoint
{
gsize contour;
unsigned int idx;
gsize idx;
float t;
};