summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-10-11 21:57:14 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-10-11 21:57:14 +0000
commit562698c3bc3f7d170342b4720fcc184a74879838 (patch)
treebeb1af8ab30b6e0e5f98dd3edc0b42af5d6494cc /src/gradient-drag.h
parentimplement no-forking option (diff)
downloadinkscape-562698c3bc3f7d170342b4720fcc184a74879838.tar.gz
inkscape-562698c3bc3f7d170342b4720fcc184a74879838.zip
implement moving midstops with arrow keys, some refactoring
(bzr r3887)
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 5b8c867f1..a7b5af36b 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -41,6 +41,8 @@ struct GrDraggable {
gint point_i; // the stop number of this point ( = 0 POINT_LG_BEGIN and POINT_RG_CENTER)
bool fill_or_stroke;
+ SPObject *getServer();
+
bool mayMerge (GrDraggable *da2);
inline int equals (GrDraggable *other) {