From 13b58dd3f1440d6d1b9e9ab80d5bde36bab25049 Mon Sep 17 00:00:00 2001 From: Nikita Zlobin Date: Thu, 12 May 2011 09:12:47 +0600 Subject: [PATCH] Tiny unification of module and port structures --- src/gtkgraph-demo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gtkgraph-demo.c b/src/gtkgraph-demo.c index 2342b00..bd6d389 100644 --- a/src/gtkgraph-demo.c +++ b/src/gtkgraph-demo.c @@ -67,11 +67,12 @@ struct { typedef struct { - GtkOrientation * orientation; GooCanvasItem * box; /* Background */ GooCanvasItem * outer_border; GooCanvasItem * inner_border; + GtkOrientation * orientation; + GooCanvasItem * caption; GooCanvasItem * group; /* Just a logical container, without any look */ -- 2.11.4.GIT