summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 2f5b90b..8e9af59 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -84,16 +84,16 @@ struct _GanvEdgeImpl
struct _GanvModuleImpl
{
- GPtrArray* ports;
- GnomeCanvasItem* icon_box;
- GnomeCanvasItem* embed_item;
- int embed_width;
- int embed_height;
- double widest_input;
- double widest_output;
- gboolean show_port_labels;
- gboolean must_resize;
- gboolean port_size_changed;
+ GPtrArray* ports;
+ GanvItem* icon_box;
+ GanvItem* embed_item;
+ int embed_width;
+ int embed_height;
+ double widest_input;
+ double widest_output;
+ gboolean show_port_labels;
+ gboolean must_resize;
+ gboolean port_size_changed;
};
/* Node */