summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/node-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/node-int.h')
-rw-r--r--src/gtkext/graph/node-int.h2
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 */
};