aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-27 00:43:14 +0000
committerDavid Robillard <d@drobilla.net>2014-04-27 00:43:14 +0000
commit4e70264247f9314f24a2b32189766c96596bd451 (patch)
tree794a572cf73df30f93bfc243b7477b517054406e /src/jalv_internal.h
parent1006c95de39c99b41efb51aeeedbdc56b3bb9f57 (diff)
downloadjalv-4e70264247f9314f24a2b32189766c96596bd451.tar.gz
jalv-4e70264247f9314f24a2b32189766c96596bd451.tar.bz2
jalv-4e70264247f9314f24a2b32189766c96596bd451.zip
Support new UI show/hide interface in console version.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5377 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 4531ee6..47a210d 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -94,6 +94,7 @@ typedef struct {
int generic_ui; ///< Use generic UI iff true
int show_hidden; ///< Show controls for notOnGUI ports
int no_menu; ///< Hide menu iff true
+ int show_ui; ///< Show non-embedded UI
} JalvOptions;
typedef struct {