summaryrefslogtreecommitdiffstats
path: root/art_render_gradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'art_render_gradient.h')
-rw-r--r--art_render_gradient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/art_render_gradient.h b/art_render_gradient.h
index d0806a4..c5b4c46 100644
--- a/art_render_gradient.h
+++ b/art_render_gradient.h
@@ -60,9 +60,9 @@ struct _ArtGradientLinear {
struct _ArtGradientRadial {
double affine[6]; /* transforms user coordinates to unit circle */
double fx, fy; /* focal point in unit circle coords */
- ArtGradientSpread spread;
int n_stops;
ArtGradientStop *stops;
+ ArtGradientSpread spread;
};
struct _ArtGradientStop {