summaryrefslogtreecommitdiff
path: root/rsvg-paint-server.h
diff options
context:
space:
mode:
authorCaleb Michael Moore <cmoore@src.gnome.org>2005-02-11 13:38:17 +0000
committerCaleb Michael Moore <cmoore@src.gnome.org>2005-02-11 13:38:17 +0000
commit7072c08c2c0e054fef272927fcb0b62ce6c7108d (patch)
treef4e97f9fa75710e10450595465c51344119980ba /rsvg-paint-server.h
parenteaf07a88aab2f65bb217cf6a8aaeeaef81fdb6d8 (diff)
downloadlibrsvg-7072c08c2c0e054fef272927fcb0b62ce6c7108d.tar.gz
split the behemoth rsvg-shapes.c into bite size meaty chunks
Diffstat (limited to 'rsvg-paint-server.h')
-rw-r--r--rsvg-paint-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-paint-server.h b/rsvg-paint-server.h
index 636ed698..d502399d 100644
--- a/rsvg-paint-server.h
+++ b/rsvg-paint-server.h
@@ -50,7 +50,7 @@ struct _RsvgPSCtx {
guint32 color;
double affine[6];
- DrawingCtx *ctx;
+ RsvgDrawingCtx *ctx;
};
struct _RsvgGradientStop {