openbsd-ports/graphics/inkscape/patches/patch-src_persp3d_h
landry 5e0c55140a Import inkscape-0.46, the open-source vector graphics editor.
From MAINTAINER Benoit Chesneau (benoitc at metavers dot net), Thanks !!

With tweaks and testing from ian@, simon@ and myself.
ok ian@ sthen@
2008-04-04 14:37:26 +00:00

13 lines
658 B
Plaintext

$OpenBSD: patch-src_persp3d_h,v 1.1.1.1 2008/04/04 14:37:26 landry Exp $
--- src/persp3d.h.orig Tue Mar 11 05:20:30 2008
+++ src/persp3d.h Wed Apr 2 21:19:13 2008
@@ -34,7 +34,7 @@ struct Persp3D : public SPObject {
// Also write the list of boxes into the xml repr and vice versa link boxes to their persp3d?
std::vector<SPBox3D *> boxes;
- std::map<SPBox3D *, bool> boxes_transformed; // TODO: eventually we should merge this with 'boxes'
+ std::map<SPBox3D *, bool>* boxes_transformed; // TODO: eventually we should merge this with 'boxes'
SPDocument *document; // should this rather be the SPDesktop?
// for debugging only