summaryrefslogtreecommitdiffstats
path: root/ganv/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/item.h')
-rw-r--r--ganv/item.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ganv/item.h b/ganv/item.h
index 4605ffb..2433574 100644
--- a/ganv/item.h
+++ b/ganv/item.h
@@ -21,14 +21,18 @@
#ifndef GANV_ITEM_H
#define GANV_ITEM_H
-#include <stdarg.h>
-
#include <cairo.h>
+#include <gdk/gdk.h>
+#include <glib-object.h>
+#include <glib.h>
#include <gtk/gtk.h>
+#include <stdarg.h>
+
G_BEGIN_DECLS
-struct _GanvCanvas;
+struct _GanvItem;
+struct _GanvItemClass;
typedef struct _GanvItem GanvItem;
typedef struct _GanvItemPrivate GanvItemPrivate;