summaryrefslogtreecommitdiffstats
path: root/src/nodepath.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-07-06 01:27:08 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-07-06 01:27:08 +0000
commit5bf95af00bcd039e8280a14d264ea2875fca5cf3 (patch)
tree51496823653d8f8cbe09c814fe6706b005f15ee7 /src/nodepath.h
parentrefactoring, add background removal (diff)
downloadinkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.tar.gz
inkscape-5bf95af00bcd039e8280a14d264ea2875fca5cf3.zip
undo annotations
(bzr r1361)
Diffstat (limited to 'src/nodepath.h')
-rw-r--r--src/nodepath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.h b/src/nodepath.h
index 10e241b6a..21c2957aa 100644
--- a/src/nodepath.h
+++ b/src/nodepath.h
@@ -253,7 +253,7 @@ void restore_nodepath_selection (Inkscape::NodePath::Path *nodepath, GList *r);
gboolean nodepath_repr_d_changed (Inkscape::NodePath::Path * np, const char *newd);
gboolean nodepath_repr_typestr_changed (Inkscape::NodePath::Path * np, const char *newtypestr);
gboolean node_key (GdkEvent * event);
-void sp_nodepath_update_repr(Inkscape::NodePath::Path *np);
+void sp_nodepath_update_repr(Inkscape::NodePath::Path *np, const gchar *annotation);
void sp_nodepath_update_statusbar (Inkscape::NodePath::Path *nodepath);
void sp_nodepath_selected_align(Inkscape::NodePath::Path *nodepath, NR::Dim2 axis);
void sp_nodepath_selected_distribute(Inkscape::NodePath::Path *nodepath, NR::Dim2 axis);