Using libweston with GTK/GDK
adlo
adloconwy at gmail.com
Tue May 21 06:53:41 UTC 2019
> On 1 May 2019, at 10:34, Pekka Paalanen <ppaalanen at gmail.com> 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
More information about the wayland-devel
mailing list