mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
gsk: Move GskRoundedRect typedef
typedef should go into *types.h headers so that other headers only need to include those.
This commit is contained in:
parent
dd7d145249
commit
55ae8dc39e
@ -44,8 +44,6 @@ G_BEGIN_DECLS
|
||||
GRAPHENE_SIZE_INIT(0, 0),\
|
||||
}}
|
||||
|
||||
typedef struct _GskRoundedRect GskRoundedRect;
|
||||
|
||||
struct _GskRoundedRect
|
||||
{
|
||||
graphene_rect_t bounds;
|
||||
|
@ -31,6 +31,7 @@ typedef struct _GskPathMeasure GskPathMeasure;
|
||||
typedef struct _GskPathPoint GskPathPoint;
|
||||
typedef struct _GskRenderer GskRenderer;
|
||||
typedef struct _GskRenderNode GskRenderNode;
|
||||
typedef struct _GskRoundedRect GskRoundedRect;
|
||||
typedef struct _GskStroke GskStroke;
|
||||
typedef struct _GskTransform GskTransform;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user