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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 9b10a47..bc09505 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -112,6 +112,11 @@ struct _GanvNodeImpl {
gboolean highlighted;
gboolean draggable;
gboolean show_label;
+ gboolean grabbed;
+#ifdef GANV_FDGL
+ Vector force;
+ Vector vel;
+#endif
};
/* Port */