aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-16 21:30:05 +0000
committerDavid Robillard <d@drobilla.net>2012-03-16 21:30:05 +0000
commit030bdc723413808ce738d399fc8758c55b02af69 (patch)
tree3234141f1c5df3c09e7e30edcb77aa1c7923e311 /src/jalv_internal.h
parent4f01de8d0614017898021a4cf80ff8d4db4cb7de (diff)
downloadjalv-030bdc723413808ce738d399fc8758c55b02af69.tar.gz
jalv-030bdc723413808ce738d399fc8758c55b02af69.tar.bz2
jalv-030bdc723413808ce738d399fc8758c55b02af69.zip
Properly implement non-resizable UIs, not that any plugins that should set this seem to actually do so...
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4069 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 07c40b3..7c63e96 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -163,6 +163,9 @@ int
jalv_open_ui(Jalv* jalv,
SuilInstance* instance);
+bool
+jalv_ui_is_resizable(Jalv* jalv);
+
void
jalv_ui_write(SuilController controller,
uint32_t port_index,