mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
spa: don't use typedef for struct and enum
This commit is contained in:
parent
83964cec87
commit
11f23a3ffa
163 changed files with 6510 additions and 8264 deletions
|
|
@ -75,9 +75,9 @@ struct pw_context {
|
|||
uint32_t n_types;
|
||||
struct pw_map types;
|
||||
|
||||
SpaList global_list;
|
||||
SpaList stream_list;
|
||||
SpaList proxy_list;
|
||||
struct spa_list global_list;
|
||||
struct spa_list stream_list;
|
||||
struct spa_list proxy_list;
|
||||
|
||||
void *protocol_private;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue