Code

Extensions. Fix Color Markers extension (crashed when a fill or stroke attribute...
[inkscape.git] / src / knotholder.h
index fa1abd071efd4e226efdfcc5fb470f803b8c3184..76142ed9826b14b8c9433b9d303a28c35df3ac85 100644 (file)
@@ -49,6 +49,8 @@ public:
 
     const SPItem *getItem() { return item; }
 
+    bool knot_mouseover();
+
     friend class ShapeEditor;
 
 protected:
@@ -81,4 +83,4 @@ void knot_ungrabbed_handler(SPKnot *knot, unsigned int state, KnotHolder *kh);
   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 :