summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc249e3)
raw | patch | inline | side by side (parent: dc249e3)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 7 Jan 2009 22:49:51 +0000 (22:49 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 7 Jan 2009 22:49:51 +0000 (22:49 +0000) |
src/sp-item.h | patch | blob | history |
diff --git a/src/sp-item.h b/src/sp-item.h
index f1ec6f434522e1c90e1952601e292c90221ac80b..d95fc2486f1b28ce9cce49c54e3fab5e66ef6e1c 100644 (file)
--- a/src/sp-item.h
+++ b/src/sp-item.h
#include "display/nr-arena-forward.h"
#include "sp-object.h"
-#include <libnr/nr-matrix.h>
+#include <2geom/matrix.h>
#include <libnr/nr-rect.h>
#include <2geom/forward.h>
#include <libnr/nr-convert2geom.h>
gpointer data;
};
-class SPItemView;
-
/// SPItemView
struct SPItemView {
SPItemView *next;
*/
#define SP_ITEM_REFERENCE_FLAGS (1 << 1)
-class SPItemCtx;
-
/// Contains transformations to document/viewport and the viewport size.
struct SPItemCtx {
SPCtx ctx;