summaryrefslogtreecommitdiffstats
path: root/src/sp-path.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-20 15:44:52 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-20 15:44:52 +0000
commit58d14f1b5925e2b86cbced557e867885b6e5c18c (patch)
treeea1a44bdc79595b1bb6b194aa9525b4ece023159 /src/sp-path.h
parent* [INTL: sl] Slovenian translation updated by Martin Srebotnjak (closes: #184... (diff)
downloadinkscape-58d14f1b5925e2b86cbced557e867885b6e5c18c.tar.gz
inkscape-58d14f1b5925e2b86cbced557e867885b6e5c18c.zip
Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for randomness, Shift doubles dot size; clearer preferences labels
(bzr r4568)
Diffstat (limited to 'src/sp-path.h')
-rw-r--r--src/sp-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-path.h b/src/sp-path.h
index ce701d251..27e09c704 100644
--- a/src/sp-path.h
+++ b/src/sp-path.h
@@ -39,7 +39,7 @@ SPCurve* sp_path_get_original_curve (SPPath *path);
SPCurve* sp_path_get_curve_for_edit (SPPath *path);
const SPCurve* sp_path_get_curve_reference (SPPath *path);
-void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char const *tool, bool randomize = false);
+void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char const *tool, guint event_state);
#endif