pw_client -> pw_impl_client

This commit is contained in:
Wim Taymans 2019-12-11 11:21:43 +01:00
parent d70a47b7fe
commit 95688939bf
40 changed files with 236 additions and 236 deletions

View file

@ -237,7 +237,7 @@ static const struct pw_resource_events resource_events = {
.destroy = endpoint_stream_unbind,
};
static int endpoint_stream_bind(void *_data, struct pw_client *client,
static int endpoint_stream_bind(void *_data, struct pw_impl_client *client,
uint32_t permissions, uint32_t version, uint32_t id)
{
struct endpoint_stream *this = _data;