Code

New crosshairs cursor for geometry context
[inkscape.git] / src / draw-context.h
index c1166dcbd0fed2b516f6891365bf284dc24c0c19..35f7659deddf2daf6ab1709922e7fca105d36ee8 100644 (file)
@@ -70,7 +70,7 @@ struct SPDrawContext : public SPEventContext{
     SPDrawAnchor *ea;
 
     /* type of the LPE that is to be applied automatically to a finished path (if any) */
-    Inkscape::LivePathEffect::EffectType waiting_LPE;
+    Inkscape::LivePathEffect::EffectType waiting_LPE_type;
 
     sigc::connection sel_changed_connection;
     sigc::connection sel_modified_connection;
@@ -85,7 +85,7 @@ struct SPDrawContextClass : public SPEventContextClass{};
 GType sp_draw_context_get_type(void);
 SPDrawAnchor *spdc_test_inside(SPDrawContext *dc, NR::Point p);
 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_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);