summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-02-06 19:58:47 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-02-06 19:58:47 +0000
commit4e47603ee65125b53e58d0476cbc762060536ba2 (patch)
treeb1d82bbd970a70d91528fde71362d558a123ae37 /src/sp-clippath.h
parentmirror Transform dialog / Rotate icon horizontally, fixes #1251955 (diff)
downloadinkscape-4e47603ee65125b53e58d0476cbc762060536ba2.tar.gz
inkscape-4e47603ee65125b53e58d0476cbc762060536ba2.zip
add a method to get bbox of a clippath, fix the update-while-update warnings
(bzr r98)
Diffstat (limited to 'src/sp-clippath.h')
-rw-r--r--src/sp-clippath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-clippath.h b/src/sp-clippath.h
index 1f5571cc1..0a8b92fa9 100644
--- a/src/sp-clippath.h
+++ b/src/sp-clippath.h
@@ -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