diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-05-26 10:49:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-05-26 10:49:51 (GMT) |
commit | d80df591b6104c98d21e1db5143610fb84e35941 (patch) | |
tree | b17d441e544b68f8433c45ba8a177242317a3bce /src/gtkext/graph/node-int.h | |
parent | 114e769bc9c3dc48f0293f080d687451e32220e3 (diff) |
Improved the graph rendering.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@347 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph/node-int.h')
-rw-r--r-- | src/gtkext/graph/node-int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkext/graph/node-int.h b/src/gtkext/graph/node-int.h index 6d1086f..dca4af5 100644 --- a/src/gtkext/graph/node-int.h +++ b/src/gtkext/graph/node-int.h @@ -71,6 +71,8 @@ struct _GGraphNode char name[NODE_NAME_LEN]; /* Adresse sous forme humaine */ GtkAllocation alloc; /* Emplacement du bloc rattaché*/ + gint pending_x; /* Décallage à appliquer #1 */ + gint pending_y; /* Décallage à appliquer #2 */ }; |