summaryrefslogtreecommitdiffstats
path: root/server/inputs_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/inputs_channel.c')
-rw-r--r--server/inputs_channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/inputs_channel.c b/server/inputs_channel.c
index 24fc6211..c8b42e3e 100644
--- a/server/inputs_channel.c
+++ b/server/inputs_channel.c
@@ -496,7 +496,9 @@ static void inputs_connect(RedChannel *channel, RedClient *client,
icc = (InputsChannelClient*)red_channel_client_create(sizeof(InputsChannelClient),
channel,
client,
- stream);
+ stream,
+ num_common_caps, common_caps,
+ num_caps, caps);
icc->motion_count = 0;
inputs_pipe_add_init(&icc->base);
}