Rename __wl_container_of macro to just wl_container_of
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 20 Oct 2012 03:26:38 +0000 (23:26 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 20 Oct 2012 03:26:45 +0000 (23:26 -0400)
commit620d9edb2549e4cdbf07b61dae92a22d6fc7e971
tree7d44b857a979d27c09bbd9dfe270526300d54e9b
parent7ec35d8e13c28b39d412127ac2459854c66cdfd5
Rename __wl_container_of macro to just wl_container_of

The _* namespace and identifiers with double underscore are reserved
by the C standard.  That makes __wl_container_of is double plus bad,
so lets just call it wl_container_of.
src/wayland-util.h