summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-11 08:25:08 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-11 08:25:08 +0000
commitb33eae6f31e0016b7bb1d654cffce215277d3e39 (patch)
tree7ce0e8be745f4c87bbe9b67e79f96c4aa11e6425 /src/gradient-drag.h
parentCSS length attributes must have units. (diff)
downloadinkscape-b33eae6f31e0016b7bb1d654cffce215277d3e39.tar.gz
inkscape-b33eae6f31e0016b7bb1d654cffce215277d3e39.zip
Stop setting of stops from getting url() reference colors.
(bzr r9606)
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index 3eb625671..22c0dbfb6 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -175,6 +175,8 @@ private:
void addDraggersRadial (SPRadialGradient *rg, SPItem *item, bool fill_or_stroke);
void addDraggersLinear (SPLinearGradient *lg, SPItem *item, bool fill_or_stroke);
+ bool styleSet( const SPCSSAttr *css );
+
Inkscape::Selection *selection;
sigc::connection sel_changed_connection;
sigc::connection sel_modified_connection;