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
pgprLPsFdZcja.pgp
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
