diff options
Diffstat (limited to 'src/knot.h')
| -rw-r--r-- | src/knot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/knot.h b/src/knot.h index c0d2f68e4..ec640df3a 100644 --- a/src/knot.h +++ b/src/knot.h @@ -21,6 +21,7 @@ #include <sigc++/sigc++.h> #include "enums.h" #include <gtk/gtk.h> +#include "sp-item.h" class SPDesktop; class SPKnot; @@ -43,6 +44,7 @@ struct SPCanvasItem; struct SPKnot : GObject { SPDesktop *desktop; /**< Desktop we are on. */ SPCanvasItem *item; /**< Our CanvasItem. */ + SPItem *owner; /**< Optional Owner Item */ guint flags; guint size; /**< Always square. */ |
