Re: [PATCH v5 1/3] wayland-server: Add API to control globals visibility

2016-10-18 Thread Yong Bakos
On Oct 18, 2016, at 7:23 AM, Olivier Fourdan wrote: > > Add a new API to let compositor decide whether or not a wl_global > should be advertised to the clients via wl_registry_bind() or > display_get_registry() > > By using its own filter, the compositor can decide which

[PATCH v5 1/3] wayland-server: Add API to control globals visibility

2016-10-18 Thread Olivier Fourdan
Add a new API to let compositor decide whether or not a wl_global should be advertised to the clients via wl_registry_bind() or display_get_registry() By using its own filter, the compositor can decide which wl_global would be listed to clients. Compositors can use this mechanism to hide their