summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-14 09:26:46 +0000
committerDavid Robillard <d@drobilla.net>2015-02-14 09:26:46 +0000
commitf99047dc399877ef24826e40d38d5b5b9f8d0b6b (patch)
treed6763727ed7721ae0565ae6da0c72f795842571a /src/ganv-private.h
parent058d8471556bd796be914b7b0cd09e52c3b3cfc8 (diff)
downloadganv-f99047dc399877ef24826e40d38d5b5b9f8d0b6b.tar.gz
ganv-f99047dc399877ef24826e40d38d5b5b9f8d0b6b.tar.bz2
ganv-f99047dc399877ef24826e40d38d5b5b9f8d0b6b.zip
Show type tags for more port types.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5567 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h3
1 files changed, 2 insertions, 1 deletions
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;
};