summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-04 01:02:04 +0000
committerDavid Robillard <d@drobilla.net>2014-01-04 01:02:04 +0000
commit9dbb41032c9f042912fee7fe58b95657c8cf01f3 (patch)
tree3cec3140b4c99809835ece3857221eacc7a2c3bb /src/ganv-private.h
parent86e10680c0f0c4d9f421ece6ec84cd898913af79 (diff)
downloadganv-9dbb41032c9f042912fee7fe58b95657c8cf01f3.tar.gz
ganv-9dbb41032c9f042912fee7fe58b95657c8cf01f3.tar.bz2
ganv-9dbb41032c9f042912fee7fe58b95657c8cf01f3.zip
Make only control inputs controllable by user.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5251 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 fdcd210..2a4dbe2 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -135,6 +135,7 @@ typedef struct {
struct _GanvPortImpl {
GanvPortControl* control;
gboolean is_input;
+ gboolean is_controllable;
};
/* Text */