Code

Snap to intersections of line segments
[inkscape.git] / src / knotholder.h
index 971dae3b0747a2036ebe338ea6d32ef74bb47957..18b6c4165241b38fa6de694a62a238bb2d95f871 100644 (file)
@@ -68,6 +68,9 @@ void sp_knot_holder_add_full(SPKnotHolder *knot_holder,
 
 GType sp_knot_holder_get_type();
 
+// For testing. What is the right way to update the knots from Perspective3D::reshape_boxes() ?
+void knotholder_update_knots(SPKnotHolder *knot_holder, SPItem *item);
+
 #define SP_TYPE_KNOT_HOLDER      (sp_knot_holder_get_type())
 
 #endif /* !__SP_KNOTHOLDER_H__ */