aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-19 03:55:00 +0000
committerDavid Robillard <d@drobilla.net>2013-12-19 03:55:00 +0000
commit70b4a4a14879f9c7e85e77fa64c58051e954f8b8 (patch)
treee2976086106c688a4ceedca3f7674c25f4dc8c2b /src/jalv_internal.h
parenta47e984e2c08364eae88c2ea5a9edb15883bb3fe (diff)
downloadjalv-70b4a4a14879f9c7e85e77fa64c58051e954f8b8.tar.gz
jalv-70b4a4a14879f9c7e85e77fa64c58051e954f8b8.tar.bz2
jalv-70b4a4a14879f9c7e85e77fa64c58051e954f8b8.zip
Add --no-menu option to jalv.gtk.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5187 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 5bcb175..4952d4f 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -92,6 +92,7 @@ typedef struct {
int dump; ///< Dump communication iff true
int generic_ui; ///< Use generic UI iff true
int show_hidden; ///< Show controls for notOnGUI ports
+ int no_menu; ///< Hide menu iff true
} JalvOptions;
typedef struct {