summaryrefslogtreecommitdiffstats
path: root/src/draw-context.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-01 15:45:39 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-01 15:45:39 +0000
commit905801788180beeee0671ba4151cce6b8492a4be (patch)
treedb881574159216c10229aa00bc592ab708dcb0a8 /src/draw-context.h
parentFixed missing return of value and misc return cleanup. Should be the proper f... (diff)
downloadinkscape-905801788180beeee0671ba4151cce6b8492a4be.tar.gz
inkscape-905801788180beeee0671ba4151cce6b8492a4be.zip
Move single-dot-creation function to a better location (and rename it accordingly)
(bzr r6746)
Diffstat (limited to 'src/draw-context.h')
-rw-r--r--src/draw-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/draw-context.h b/src/draw-context.h
index 35f7659de..42b270b82 100644
--- a/src/draw-context.h
+++ b/src/draw-context.h
@@ -88,6 +88,7 @@ void spdc_concat_colors_and_flush(SPDrawContext *dc, gboolean forceclosed);
void spdc_endpoint_snap_rotation(SPEventContext const *const ec, NR::Point &p, NR::Point const &o, guint state);
void spdc_endpoint_snap_free(SPEventContext const *ec, NR::Point &p, guint state);
void spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item);
+void spdc_create_single_dot(SPEventContext *ec, NR::Point const &pt, char const *tool, guint event_state);
#endif