inserting a "wl_display" object

Jasper St. Pierre jstpierre at mecheye.net
Tue Dec 22 11:01:55 PST 2015


Yeah. wl_display is the "bootstrap" phase on which everything else
rests. In the protocol, it's implicit knowledge that there is always
an wl_display object with ID 1. It never gets created or destroyed,
you just start using ID 1.

On Tue, Dec 22, 2015 at 4:55 AM, Pekka Paalanen <ppaalanen at gmail.com> wrote:
> On Tue, 22 Dec 2015 14:34:08 +0200
> me at beroal.in.ua wrote:
>
>> Hello, I'm new to Wayland. I need a "wl_display" object in order to
>> insert "wl_registry" and start working. I see no means of inserting it.
>> (I want to know how to do that in the Wayland protocol, not in the C
>> binding to it.)
>
> Hi,
>
> wl_display is implicitly constructed with ID 1 on both sides when a
> connection is created. It "just exists", there is no protocol to create
> it.
>
>
> Thanks,
> pq
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>



-- 
  Jasper


More information about the wayland-devel mailing list