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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 35943e0..485e2f0 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -92,7 +92,6 @@ struct _GanvModuleImpl
int embed_height;
double widest_input;
double widest_output;
- gboolean show_port_labels;
gboolean must_resize;
};
@@ -111,6 +110,7 @@ struct _GanvNodeImpl {
gboolean selected;
gboolean highlighted;
gboolean draggable;
+ gboolean show_label;
};
/* Port */