aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-21 00:53:18 +0200
committerDavid Robillard <d@drobilla.net>2018-09-21 09:30:31 +0200
commit43ecc5721251c968b1fad47019df20ee4b450533 (patch)
tree6408be01073df017cd48f0e8d2231fc6150970d2 /src/jalv_internal.h
parent518bf9042406940fa8e0eacf327fc1015df55244 (diff)
downloadjalv-43ecc5721251c968b1fad47019df20ee4b450533.tar.gz
jalv-43ecc5721251c968b1fad47019df20ee4b450533.tar.bz2
jalv-43ecc5721251c968b1fad47019df20ee4b450533.zip
Use jalv_ui_write() universally
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 7fa3970..873e16b 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -384,7 +384,7 @@ bool
jalv_ui_is_resizable(Jalv* jalv);
void
-jalv_ui_write(SuilController controller,
+jalv_ui_write(void* const controller,
uint32_t port_index,
uint32_t buffer_size,
uint32_t protocol,