> On 1 May 2019, at 10:34, Pekka Paalanen <[email protected]> wrote:
> 
> The privacy of the protocol extension, the installed wayland global
> really, is achieved in
> https://gitlab.freedesktop.org/wayland/weston/blob/master/desktop-shell/shell.c#L4366
> 
>    shell->child.client = weston_client_start(shell->compositor,
>                          shell->client);
> 
> which creates the Wayland connection before forking the child
> process and bind_desktop_shell() then verifying the client trying
> to bind to the global is the client that was forked.
> 

What do I pass as the "path" parameter to weston_client_start? How do I obtain 
the value that I pass as "path"?

Regards

adlo
_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to