diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 14:58:22 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 14:58:22 +0000 |
| commit | 24526cceccb4ed103a6324756476c64efb3fb5dd (patch) | |
| tree | 24abb1d2b1bdb6156a83f2d393cbdc4747fda4ac /src/sp-item.h | |
| parent | Remove NRRect from paint servers and temporary calculations (diff) | |
| download | inkscape-24526cceccb4ed103a6324756476c64efb3fb5dd.tar.gz inkscape-24526cceccb4ed103a6324756476c64efb3fb5dd.zip | |
Remove all NRRect use.
(bzr r10582.1.5)
Diffstat (limited to 'src/sp-item.h')
| -rw-r--r-- | src/sp-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.h b/src/sp-item.h index 62336e3c8..21b3d9006 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -88,7 +88,7 @@ public: /** Item to document transformation */ Geom::Affine i2doc; /** Viewport size */ - NRRect vp; + Geom::Rect viewport; /** Item to viewport transformation */ Geom::Affine i2vp; }; |
