summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-03-03 21:51:55 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-03-03 21:51:55 +0000
commit6d4dc88ce489961bd3c4f810bf355901ffddeeed (patch)
tree2f0efc6e9113471edb80214c3c45b29f66f378d5 /src/sp-rect.h
parentimprove helperpath generation on mouse-over (diff)
downloadinkscape-6d4dc88ce489961bd3c4f810bf355901ffddeeed.tar.gz
inkscape-6d4dc88ce489961bd3c4f810bf355901ffddeeed.zip
add mouse-over helperpath for rects
(bzr r7407)
Diffstat (limited to 'src/sp-rect.h')
-rw-r--r--src/sp-rect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h
index 5c6fafab5..9a97bc217 100644
--- a/src/sp-rect.h
+++ b/src/sp-rect.h
@@ -15,6 +15,7 @@
#include "svg/svg-length.h"
#include "sp-shape.h"
+#include <2geom/forward.h>
@@ -54,6 +55,7 @@ void sp_rect_set_visible_rx (SPRect *rect, gdouble rx);
void sp_rect_set_visible_ry (SPRect *rect, gdouble ry);
gdouble sp_rect_get_visible_rx (SPRect *rect);
gdouble sp_rect_get_visible_ry (SPRect *rect);
+Geom::Rect sp_rect_get_rect (SPRect *rect);
void sp_rect_set_visible_width (SPRect *rect, gdouble rx);
void sp_rect_set_visible_height (SPRect *rect, gdouble ry);