client: Remove WL_ZOMBIE_OBJECT global
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 28 Dec 2017 15:30:09 +0000 (15:30 +0000)
committerDaniel Stone <daniels@collabora.com>
Thu, 28 Dec 2017 19:43:20 +0000 (19:43 +0000)
commitc380adc554a3d0e2a567ff07deab020a3068304c
tree0846bcceef86d5861674bf5349bdbc6f8f52958b
parent712ba320db29923197158905703cc81fa9b0b3e5
client: Remove WL_ZOMBIE_OBJECT global

Since we now have the WL_MAP_ENTRY_ZOMBIE flag to determine whether or
not a client-side object is a zombie, we can remove the faux object.

[daniels: Extracted from Derek's bespoke-zombie patch as an intermediate
          step.]

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
src/wayland-client.c
src/wayland-private.h
src/wayland-util.c