X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsp-clippath.h;h=8f20d788041f7d1962d71680ed938be44d84798f;hb=7e12c403a735c444d4e843a1050708bae5471bd1;hp=0f977a3e8dbe533a5b6bb0f4b0ccd8dd5f0897cd;hpb=b3f56023dab178fd94e7b5809f9e33bbfada7fc9;p=inkscape.git diff --git a/src/sp-clippath.h b/src/sp-clippath.h index 0f977a3e8..8f20d7880 100644 --- a/src/sp-clippath.h +++ b/src/sp-clippath.h @@ -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