Searched refs:WL_PROXY_FLAG_DESTROYED (Results 1 – 1 of 1) sorted by relevance
54 WL_PROXY_FLAG_DESTROYED = (1 << 1), enumerator236 assert(proxy->flags & WL_PROXY_FLAG_DESTROYED); in wl_proxy_unref()256 if (proxy && proxy->flags & WL_PROXY_FLAG_DESTROYED) in validate_closure_objects()512 proxy->flags |= WL_PROXY_FLAG_DESTROYED; in proxy_destroy()1434 proxy_destroyed = !!(proxy->flags & WL_PROXY_FLAG_DESTROYED); in dispatch_event()