mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
x11: Drop unneeded 'struct' and use the typedef directly.
This commit is contained in:
parent
cbb3a8a61c
commit
8969bccdd9
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ static void ice_io_cb(pa_mainloop_api*a, pa_io_event *e, int fd, pa_io_event_fla
|
||||||
}
|
}
|
||||||
|
|
||||||
static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer *watch_data) {
|
static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer *watch_data) {
|
||||||
struct pa_core *c = client_data;
|
pa_core *c = client_data;
|
||||||
|
|
||||||
if (opening)
|
if (opening)
|
||||||
*watch_data = c->mainloop->io_new(
|
*watch_data = c->mainloop->io_new(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue