summaryrefslogtreecommitdiff
path: root/apps/osc.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-12 02:10:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-12 02:10:33 +0200
commit77a5006d1b0963194d841eea71e44cba511c862f (patch)
treebe0e9ba9a3013f92b3f3b6cc864021734e5824b6 /apps/osc.c
parentwriting of task buf works now (diff)
reading of seperate midi messages works now
Diffstat (limited to 'apps/osc.c')
-rw-r--r--apps/osc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/osc.c b/apps/osc.c
index 887684d..5d656b9 100644
--- a/apps/osc.c
+++ b/apps/osc.c
@@ -81,7 +81,7 @@ int osc_get_poll_fds(osc_t* o, struct pollfd *pfds, int npfds)
return 0;
}
-int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds)
+int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds, mixer_t* x)
{
assert(npfds == 1);