Re: inserting a "wl_display" object

2015-12-23 Thread madana gopal
Hi, I am unable to understand your question. Is ti not possible for you to call the wl_display_connect() API?. It will give the wl_display object right?. Regards, Madan On Tue, Dec 22, 2015 at 7:34 AM, wrote: > Hello, I'm new to Wayland. I need a "wl_display" object in

Re: inserting a "wl_display" object

2015-12-22 Thread Jasper St. Pierre
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

Re: inserting a "wl_display" object

2015-12-22 Thread Pekka Paalanen
On Tue, 22 Dec 2015 14:34:08 +0200 m...@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.)

inserting a "wl_display" object

2015-12-22 Thread me
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.) ___ wayland-devel mailing