Code

Fixing scrollbar size for embeded color swatches.
[inkscape.git] / src / sp-clippath.h
index 1f5571cc17e0066b2b022bbadf4b704dcd3c58ac..0a8b92fa908820cdd315a9b13377e9acd9a4ac48 100644 (file)
@@ -57,5 +57,6 @@ NRArenaItem *sp_clippath_show(SPClipPath *cp, NRArena *arena, unsigned int key);
 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);
 
 #endif