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