projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb3a8a
)
x11: Drop unneeded 'struct' and use the typedef directly.
author
Colin Guthrie
<colin@mageia.org>
Sun, 27 Nov 2011 15:23:55 +0000
(15:23 +0000)
committer
Colin Guthrie
<colin@mageia.org>
Sun, 27 Nov 2011 15:42:52 +0000
(15:42 +0000)
src/modules/x11/module-x11-xsmp.c
patch
|
blob
|
history
diff --git
a/src/modules/x11/module-x11-xsmp.c
b/src/modules/x11/module-x11-xsmp.c
index
6a6116f
..
765eff0
100644
(file)
--- a/
src/modules/x11/module-x11-xsmp.c
+++ b/
src/modules/x11/module-x11-xsmp.c
@@
-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) {
-
struct
pa_core *c = client_data;
+ pa_core *c = client_data;
if (opening)
*watch_data = c->mainloop->io_new(