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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index bc09505..272381d 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -108,6 +108,7 @@ struct _GanvNodeImpl {
guint layer;
gboolean can_tail;
gboolean can_head;
+ gboolean is_source;
gboolean selected;
gboolean highlighted;
gboolean draggable;
@@ -116,6 +117,8 @@ struct _GanvNodeImpl {
#ifdef GANV_FDGL
Vector force;
Vector vel;
+ gboolean has_in_edges;
+ gboolean has_out_edges;
#endif
};