Initialize surface->link so we can always wl_list_remove() it
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 6 Jan 2011 20:32:14 +0000 (15:32 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 6 Jan 2011 20:32:14 +0000 (15:32 -0500)
commitf6b1471fd8a67a14d54d3f45bef3020e895f8c03
tree1d6d314f94b2f9ac1d1b61e92929fd4f6d9ef950
parent4e63c6313bb9167842d07c78ea3573307e75404a
Initialize surface->link so we can always wl_list_remove() it

In particular, even if we never added it to the compositor surface list.
compositor/compositor.c