summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-02 23:26:18 +0000
committerDavid Robillard <d@drobilla.net>2013-02-02 23:26:18 +0000
commit4883072dcfabfe0ee5dff955250ea25b13c32563 (patch)
tree5828bf7c72af7337c8a5404dfad0ba209c016329 /src/ganv-private.h
parent87a6387a120fb93503c2d728f57c8f8e1497fe74 (diff)
downloadganv-4883072dcfabfe0ee5dff955250ea25b13c32563.tar.gz
ganv-4883072dcfabfe0ee5dff955250ea25b13c32563.tar.bz2
ganv-4883072dcfabfe0ee5dff955250ea25b13c32563.zip
GUI support for integer controls.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5034 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 4c264a7..85ed1ab 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -123,6 +123,7 @@ typedef struct {
float min;
float max;
gboolean is_toggle;
+ gboolean is_integer;
} GanvPortControl;
struct _GanvPortImpl {