Home
last modified time | relevance | path

Searched refs:WL_PROXY_FLAG_DESTROYED (Results 1 – 1 of 1) sorted by relevance

/third_party/wayland_standard/src/
Dwayland-client.c54 WL_PROXY_FLAG_DESTROYED = (1 << 1), enumerator
236 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()