mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
pw_client -> pw_impl_client
This commit is contained in:
parent
d70a47b7fe
commit
95688939bf
40 changed files with 236 additions and 236 deletions
|
|
@ -71,7 +71,7 @@ static void *create_object(void *_data,
|
|||
{
|
||||
void *result;
|
||||
struct pw_resource *node_resource;
|
||||
struct pw_client *client = pw_resource_get_client(resource);
|
||||
struct pw_impl_client *client = pw_resource_get_client(resource);
|
||||
int res;
|
||||
|
||||
node_resource = pw_resource_new(client, new_id, PW_PERM_RWX, type, version, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue