Code

revert to black and white cursors
[inkscape.git] / src / libavoid / incremental.h
index 50ef8f7dc374169740dc50e9142e6aa38c566e89..6bc69a6a79179954adf66f502a3d2bcc84c949d3 100644 (file)
@@ -31,7 +31,8 @@ namespace Avoid {
 
 extern void addShape(ShapeRef *shape);
 extern void delShape(ShapeRef *shape);
-extern ShapeRef *moveShape(ShapeRef *oldShape, Polygn *newPoly);
+extern ShapeRef *moveShape(ShapeRef *oldShape, Polygn *newPoly,
+        const bool first_move = false);
 
 }