summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f21939)
raw | patch | inline | side by side (parent: 4f21939)
author | Jon A. Cruz <jon@joncruz.org> | |
Sun, 4 Jul 2010 03:19:58 +0000 (20:19 -0700) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Sun, 4 Jul 2010 03:19:58 +0000 (20:19 -0700) |
src/style.h | patch | blob | history |
diff --git a/src/style.h b/src/style.h
index 02ef41bf805b9c01a23e65b64f4bc1fcc4d9a6fe..8102ce0ea6834d199c1429bf33414f6d85111604 100644 (file)
--- a/src/style.h
+++ b/src/style.h
#define SP_STYLE_FILL_SERVER(s) (((SPStyle *) (s))->getFillPaintServer())
#define SP_STYLE_STROKE_SERVER(s) (((SPStyle *) (s))->getStrokePaintServer())
-#define SP_OBJECT_STYLE_FILL_SERVER(o) (SP_OBJECT (o)->style->getFillPaintServer())
-#define SP_OBJECT_STYLE_STROKE_SERVER(o) (SP_OBJECT (o)->style->getStrokePaintServer())
class SVGICCColor;