X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-clippath.h;h=8f20d788041f7d1962d71680ed938be44d84798f;hb=f3a0b5ff671d003a086352d4862a2a3905a99863;hp=0a8b92fa908820cdd315a9b13377e9acd9a4ac48;hpb=a1479b4243eb52e35a397725b5741c479c5f9c03;p=inkscape.git diff --git a/src/sp-clippath.h b/src/sp-clippath.h index 0a8b92fa9..8f20d7880 100644 --- a/src/sp-clippath.h +++ b/src/sp-clippath.h @@ -59,4 +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, NR::Matrix const* applyTransform); + #endif