From f99047dc399877ef24826e40d38d5b5b9f8d0b6b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2015 09:26:46 +0000 Subject: Show type tags for more port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5567 a436a847-0d15-0410-975c-d299462d15a1 --- src/ganv-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ganv-private.h') diff --git a/src/ganv-private.h b/src/ganv-private.h index a682dbb..eefeaa8 100644 --- a/src/ganv-private.h +++ b/src/ganv-private.h @@ -211,7 +211,6 @@ ganv_node_get_draw_properties(const GanvNode* node, typedef struct { GanvBox* rect; - GanvText* label; float value; float min; float max; @@ -221,6 +220,7 @@ typedef struct { struct _GanvPortImpl { GanvPortControl* control; + GanvText* value_label; gboolean is_input; gboolean is_controllable; }; @@ -241,6 +241,7 @@ struct _GanvTextImpl char* text; GanvTextCoords coords; GanvTextCoords old_coords; + double font_size; guint color; gboolean needs_layout; }; -- cgit v1.2.1