Re: Removal of unprefixed container_of()

2012-10-17 Thread Kristian Høgsberg
Hi Chad, Yeah, we need to kill that. Thanks for reminding me, looking forward to the patch :) Kristian On Wed, Oct 17, 2012 at 4:50 PM, Chad Versace wrote: > wayland-util.h defines __wl_container_of() as well as an unprefixed version, > container_of(). The unprefixed version, of course, pollut

Removal of unprefixed container_of()

2012-10-17 Thread Chad Versace
wayland-util.h defines __wl_container_of() as well as an unprefixed version, container_of(). The unprefixed version, of course, pollutes the global namespace and causes symbol collisions in projects that define container_of() slightly differently. Is there any chance that the unprefixed container_