aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 09:27:02 -0500
committerDavid Robillard <d@drobilla.net>2024-11-17 14:40:27 -0500
commite517361e4e9d8eae572a89a761a4def3ad8870eb (patch)
tree358a62d8a3216e44470af988f528c2607626d7ed /src/jalv_qt.cpp
parent3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3 (diff)
downloadjalv-e517361e4e9d8eae572a89a761a4def3ad8870eb.tar.gz
jalv-e517361e4e9d8eae572a89a761a4def3ad8870eb.tar.bz2
jalv-e517361e4e9d8eae572a89a761a4def3ad8870eb.zip
Rename UI port event function and move it to the appropriate header
This isn't a "global" internal function like the others in jalv_internal.h, but rather the prototype of a function that must be implemented by frontends.
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index ef29858..61cf3fb 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -612,11 +612,11 @@ jalv_frontend_ui_type(void)
}
void
-jalv_ui_port_event(Jalv* jalv,
- uint32_t port_index,
- uint32_t buffer_size,
- uint32_t protocol,
- const void* buffer)
+jalv_frontend_port_event(Jalv* jalv,
+ uint32_t port_index,
+ uint32_t buffer_size,
+ uint32_t protocol,
+ const void* buffer)
{
if (jalv->ui_instance) {
suil_instance_port_event(