mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
gpu: Move GskGpuClip declaration into types header
Makes it possible to use it in multiple places.
This commit is contained in:
parent
d320373262
commit
e9735f0c35
@ -30,8 +30,6 @@ typedef enum {
|
||||
GSK_GPU_CLIP_ROUNDED
|
||||
} GskGpuClipComplexity;
|
||||
|
||||
typedef struct _GskGpuClip GskGpuClip;
|
||||
|
||||
struct _GskGpuClip
|
||||
{
|
||||
GskGpuClipComplexity type;
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
typedef struct _GskGpuBuffer GskGpuBuffer;
|
||||
typedef struct _GskGpuCache GskGpuCache;
|
||||
typedef struct _GskGpuClip GskGpuClip;
|
||||
typedef guint32 GskGpuColorStates;
|
||||
typedef struct _GskGpuDevice GskGpuDevice;
|
||||
typedef struct _GskGpuFrame GskGpuFrame;
|
||||
|
Loading…
Reference in New Issue
Block a user