summaryrefslogtreecommitdiffstats
path: root/art_render_gradient.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-07 18:30:03 -0600
committerTimothy Pearson <[email protected]>2011-12-07 18:30:03 -0600
commit150562b89b645c402f1bb837a09f8b84bf6e49ec (patch)
tree16bab8241a6e689b946ffc2359dc75cc7fe0dd4c /art_render_gradient.h
parenta9eaee5264ab9f85e01789409ff3c6239262fe82 (diff)
downloadlibart-lgpl-150562b89b645c402f1bb837a09f8b84bf6e49ec.tar.gz
libart-lgpl-150562b89b645c402f1bb837a09f8b84bf6e49ec.zip
Fix a number of problems
Diffstat (limited to 'art_render_gradient.h')
-rw-r--r--art_render_gradient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/art_render_gradient.h b/art_render_gradient.h
index ef5da95..d0806a4 100644
--- a/art_render_gradient.h
+++ b/art_render_gradient.h
@@ -60,6 +60,7 @@ 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;
};