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 <[email protected]> wrote: > On Tue, 22 Dec 2015 14:34:08 +0200 > [email protected] 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > -- Jasper _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
