diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-07-23 13:40:39 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-07-23 13:40:39 +0000 |
| commit | 31ae7c8ea53c651ddcaf9c4b73ecc3fd9e8c8eef (patch) | |
| tree | 95ef29cdcfb6f268eb6924089e7b588ea0743894 /src/display/sodipodi-ctrlrect.h | |
| parent | remove obsolete code because changed to cairo (diff) | |
| download | inkscape-31ae7c8ea53c651ddcaf9c4b73ecc3fd9e8c8eef.tar.gz inkscape-31ae7c8ea53c651ddcaf9c4b73ecc3fd9e8c8eef.zip | |
NRRectL -> 2geom
(bzr r10495)
Diffstat (limited to 'src/display/sodipodi-ctrlrect.h')
| -rw-r--r-- | src/display/sodipodi-ctrlrect.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <glib/gtypes.h> #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; |
