Code

New crosshairs cursor for geometry context
[inkscape.git] / src / sp-clippath.h
index 0f977a3e8dbe533a5b6bb0f4b0ccd8dd5f0897cd..8f20d788041f7d1962d71680ed938be44d84798f 100644 (file)
@@ -59,6 +59,6 @@ void sp_clippath_hide(SPClipPath *cp, unsigned int key);
 void sp_clippath_set_bbox(SPClipPath *cp, unsigned int key, NRRect *bbox);
 void sp_clippath_get_bbox(SPClipPath *cp, NRRect *bbox, NR::Matrix const &transform, unsigned const flags);
 
-const gchar *sp_clippath_create (GSList *reprs, SPDocument *document);
+const gchar *sp_clippath_create (GSList *reprs, SPDocument *document, NR::Matrix const* applyTransform);
 
 #endif