summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-05-29 17:26:57 +0000
committerjabiertxof <info@marker.es>2017-05-29 17:26:57 +0000
commit15adf7b6003d6956e38ccf42a65d0e883bac2731 (patch)
tree4883d705e14665b88c1a2bfb705e39f2883425a6 /src/sp-clippath.cpp
parentUpdate to trunk (diff)
downloadinkscape-15adf7b6003d6956e38ccf42a65d0e883bac2731.tar.gz
inkscape-15adf7b6003d6956e38ccf42a65d0e883bac2731.zip
Add toggle clip bisibility button
(bzr r15709)
Diffstat (limited to 'src/sp-clippath.cpp')
-rw-r--r--src/sp-clippath.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-clippath.cpp b/src/sp-clippath.cpp
index 619f7c65e..b26a2cbf2 100644
--- a/src/sp-clippath.cpp
+++ b/src/sp-clippath.cpp
@@ -35,6 +35,7 @@ struct SPClipPathView {
Inkscape::DrawingItem *arenaitem;
Geom::OptRect bbox;
};
+
static SPClipPathView* sp_clippath_view_new_prepend(SPClipPathView *list, unsigned int key, Inkscape::DrawingItem *arenaitem);
static SPClipPathView* sp_clippath_view_list_remove(SPClipPathView *list, SPClipPathView *view);