summaryrefslogtreecommitdiff
path: root/rsvg-paint-server.h
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2004-03-20 18:02:42 +0000
committerDom Lachowicz <doml@src.gnome.org>2004-03-20 18:02:42 +0000
commit526f91e2c0b40d3f22f09503edfd2db7b2073e92 (patch)
tree917e057e1caf83fa7368063c747e36cc619d0123 /rsvg-paint-server.h
parente6ed25174855637fed9409679e084669258a6cb8 (diff)
downloadlibrsvg-526f91e2c0b40d3f22f09503edfd2db7b2073e92.tar.gz
currentColor and inherit work for most things
Diffstat (limited to 'rsvg-paint-server.h')
-rw-r--r--rsvg-paint-server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsvg-paint-server.h b/rsvg-paint-server.h
index fa64b8cd..18986639 100644
--- a/rsvg-paint-server.h
+++ b/rsvg-paint-server.h
@@ -95,7 +95,8 @@ struct _RsvgRadialGradient {
/* Create a new paint server based on a specification string. */
RsvgPaintServer *
-rsvg_paint_server_parse (RsvgPaintServer * current, const RsvgDefs *defs, const char *str);
+rsvg_paint_server_parse (RsvgPaintServer * current, const RsvgDefs *defs, const char *str,
+ guint32 current_color);
void
rsvg_render_paint_server (ArtRender *ar, RsvgPaintServer *ps,