From 31ae7c8ea53c651ddcaf9c4b73ecc3fd9e8c8eef Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 23 Jul 2011 15:40:39 +0200 Subject: NRRectL -> 2geom (bzr r10495) --- src/display/sodipodi-ctrlrect.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/display/sodipodi-ctrlrect.h') diff --git a/src/display/sodipodi-ctrlrect.h b/src/display/sodipodi-ctrlrect.h index e69b6ba68..45f8523ed 100644 --- a/src/display/sodipodi-ctrlrect.h +++ b/src/display/sodipodi-ctrlrect.h @@ -18,7 +18,8 @@ #include #include "sp-canvas-item.h" -#include "libnr/nr-rect-l.h" +#include <2geom/rect.h> +#include <2geom/int-rect.h> struct SPCanvasBuf; @@ -47,7 +48,7 @@ private: Geom::Rect _rect; bool _has_fill; bool _dashed; - NRRectL _area; + Geom::OptIntRect _area; gint _shadow_size; guint32 _border_color; guint32 _fill_color; -- cgit v1.2.3