11 Jan
2016
11 Jan
'16
11:43 p.m.
2016-01-11 21:13 GMT+01:00 Andrew Eikum <aeikum(a)codeweavers.com>: Just happened to notice this while skimming the patch:
+GstBusSyncReply watch_bus_wrapper(GstBus *bus, GstMessage *msg, gpointer user) +{ + struct cb_data cbdata = { WATCH_BUS, + { .watch_bus_data = { bus, msg, user} } + };
I think designators are a C99 feature :/