Code

Fix change in revision 9947 to be consistent with rest of the codebase.
[inkscape.git] / src / knot.h
index 07c2640c3b563767b8173835ea99571c0f5b44d0..32035d603990624c7d06a82a042989c5847fe094 100644 (file)
@@ -33,7 +33,7 @@ class SPKnotClass;
 
 /**
  * Desktop-bound visual control object.
- * 
+ *
  * A knot is a draggable object, with callbacks to change something by
  * dragging it, visuably represented by a canvas item (mostly square).
  */
@@ -174,6 +174,7 @@ void sp_knot_set_position(SPKnot *knot, Geom::Point const &p, guint state);
 /** Moves knot without any signal. */
 void sp_knot_moveto(SPKnot *knot, Geom::Point const &p);
 
+void sp_knot_handler_request_position(GdkEvent *event, SPKnot *knot);
 Geom::Point sp_knot_position(SPKnot const *knot);
 
 
@@ -188,4 +189,4 @@ Geom::Point sp_knot_position(SPKnot const *knot);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :