Re: wayland-protocols scope and governance

2019-10-09 Thread Simon Ser
This is v4 of the proposal. Changes from v3 to v4: relax implementation requirements for inclusion in "xdg" and "wp" (Jonas, Drew). Diff: https://sr.ht/yw0R.txt * * * wayland-protocols governance This document governs the maintenance of wayland-protocols and serves to

When `wl_resource_destructor` gets called after `wl_proxy_destroy` called on the client sides.

2019-10-09 Thread Sichem Zhou
Hi wayland devs, I have a question regarding the life span of wayland objects. I know wayland is a asynchronous API, but is there a way to know when the wl_resource gets destroyed once `wl_proxy_destroy` in the clients? The use case is that clients creates some wl_objects on server signal and th