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.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 7bde036..4c264a7 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -117,11 +117,12 @@ struct _GanvNodeImpl {
/* Port */
typedef struct {
- GanvBox* rect;
- float value;
- float min;
- float max;
- gboolean is_toggle;
+ GanvBox* rect;
+ GanvText* label;
+ float value;
+ float min;
+ float max;
+ gboolean is_toggle;
} GanvPortControl;
struct _GanvPortImpl {