aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2017-10-22 18:30:20 +0200
committerDavid Robillard <d@drobilla.net>2020-04-05 13:21:24 +0200
commit6721ea54b752b183c45bac83d705f7de40e74fd1 (patch)
treee3cc280096294279e85d3c9aa00531eefe29272e /src/jalv_internal.h
parented1015dd8c99d8fe6275b7c8fb95774d206e6ee9 (diff)
downloadjalv-6721ea54b752b183c45bac83d705f7de40e74fd1.tar.gz
jalv-6721ea54b752b183c45bac83d705f7de40e74fd1.tar.bz2
jalv-6721ea54b752b183c45bac83d705f7de40e74fd1.zip
Add a command line argument to select a specific UI
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 0e76fd0..855cf62 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -175,6 +175,7 @@ typedef struct {
int show_ui; ///< Show non-embedded UI
int print_controls; ///< Print control changes to stdout
int non_interactive; ///< Do not listen for commands on stdin
+ char* ui_uri; ///< URI of UI to load
} JalvOptions;
typedef struct {