summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2016-09-29 16:32:49 +0000
committerShlomi Fish <shlomif@shlomifish.org>2016-09-29 16:32:49 +0000
commitf51ad5ea1ef1c96a93a64910cb263a360fc32d00 (patch)
tree29626e107bf83f920304192ccacb3d538a4676e3 /src/gradient-drag.h
parentRemove "== true" and trailing whitespace. (diff)
parentfix tabs in src/main-cmdlineact (diff)
downloadinkscape-f51ad5ea1ef1c96a93a64910cb263a360fc32d00.tar.gz
inkscape-f51ad5ea1ef1c96a93a64910cb263a360fc32d00.zip
Merged.
(bzr r15100.1.23)
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index b07f748a7..cf0a35c89 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -34,7 +34,7 @@ class SPKnot;
class SPDesktop;
class SPCSSAttr;
class SPLinearGradient;
-class SPMesh;
+class SPMeshGradient;
class SPItem;
class SPObject;
class SPRadialGradient;
@@ -105,7 +105,7 @@ struct GrDragger {
void updateDependencies(bool write_repr);
/* Update handles/tensors when mesh corner moved */
- void updateHandles( Geom::Point pc_old, MeshNodeOperation op );
+ void moveMeshHandles( Geom::Point pc_old, MeshNodeOperation op );
bool mayMerge(GrDragger *other);
bool mayMerge(GrDraggable *da2);
@@ -209,7 +209,7 @@ private:
void addDraggersRadial(SPRadialGradient *rg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
void addDraggersLinear(SPLinearGradient *lg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
- void addDraggersMesh( SPMesh *mg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
+ void addDraggersMesh( SPMeshGradient *mg, SPItem *item, Inkscape::PaintTarget fill_or_stroke);
bool styleSet( const SPCSSAttr *css );