mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
pathpoint: Use the right type
This commit is contained in:
parent
5f49b7b492
commit
917307a6a4
@ -8,7 +8,7 @@ G_BEGIN_DECLS
|
||||
struct _GskRealPathPoint
|
||||
{
|
||||
gsize contour;
|
||||
unsigned int idx;
|
||||
gsize idx;
|
||||
float t;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user