Hi Jonas,
> The API additions to wl_global should be their own patches IMHO.
Agreed, I have splitted the patch in 3:
- Add the global filter with its own user data
- Add the API to retrieve the wl_global's interface and data
- Add the test
> What I meant was that one would pass a user_data w
On Mon, Aug 01, 2016 at 03:22:59PM +0200, 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 wl_global would
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 ow