From 998e601fb0de79b7617fa9402eb36537041663c6 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 5 Mar 2010 22:31:33 -0800 Subject: New tab in Fill&Stroke dialog for swatch fills. (bzr r9153) --- src/sp-gradient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sp-gradient.h') diff --git a/src/sp-gradient.h b/src/sp-gradient.h index 947cc49cc..045109234 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -91,7 +91,8 @@ struct SPGradient : public SPPaintServer { sigc::connection modified_connection; - bool isSolid() const; + SPStop* getFirstStop(); + int getStopCount() const; }; /** -- cgit v1.2.3