Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-26 Thread Pekka Paalanen
On Tue, 26 Mar 2019 10:56:04 + "Victor Berger" wrote: > Hi, > > I just want to provide some perspective on this issue, which has arisen quite > early > I started the Rust bindings. > > 25 mars 2019 10:20 "Pekka Paalanen" a écrit: > > > One idea is arguably a hack: the first word pointed

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-26 Thread Victor Berger
Hi, I just want to provide some perspective on this issue, which has arisen quite early I started the Rust bindings. 25 mars 2019 10:20 "Pekka Paalanen" a écrit: > One idea is arguably a hack: the first word pointed to by a wl_proxy > userdata could be a magic value, that allows the toolkit to

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-26 Thread Pekka Paalanen
On Mon, 25 Mar 2019 12:49:44 +0100 Jaroslaw Kubik wrote: > On Monday, 25 March 2019 11:20:16 CET Pekka Paalanen wrote: > > > > Hi, > > > > sharing the connection is indeed possible, though currently not too > > nice. There are several ways one could go about it in a toolkit. All > > solutions d

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-25 Thread Jaroslaw Kubik
On Monday, 25 March 2019 11:20:16 CET Pekka Paalanen wrote: > On Sat, 23 Mar 2019 12:13:27 + > > Simon Ser wrote: > > On Saturday, March 23, 2019 1:50 PM, Scott Anderson wrote: > > > On 22/03/19 8:37 am, Jaroslaw Kubik wrote: > > > > Hi, > > > > Does wayland-client support sharing a single

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-25 Thread Pekka Paalanen
On Sat, 23 Mar 2019 12:13:27 + Simon Ser wrote: > On Saturday, March 23, 2019 1:50 PM, Scott Anderson > wrote: > > On 22/03/19 8:37 am, Jaroslaw Kubik wrote: > > > > > Hi, > > > Does wayland-client support sharing a single connection object between > > > unrelated pieces of code? Such fea

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-23 Thread Simon Ser
On Saturday, March 23, 2019 1:50 PM, Scott Anderson wrote: > On 22/03/19 8:37 am, Jaroslaw Kubik wrote: > > > Hi, > > Does wayland-client support sharing a single connection object between > > unrelated pieces of code? Such feature could be useful for integrating > > multiple toolkits (ie. showin

Re: Sharing a single wl_display (client) by multiple toolkits

2019-03-23 Thread Scott Anderson
On 22/03/19 8:37 am, Jaroslaw Kubik wrote: Hi, Does wayland-client support sharing a single connection object between unrelated pieces of code? Such feature could be useful for integrating multiple toolkits (ie. showing GTK widget in a Qt application). I am trying to get something similar (but l

Sharing a single wl_display (client) by multiple toolkits

2019-03-23 Thread Jaroslaw Kubik
Hi, Does wayland-client support sharing a single connection object between unrelated pieces of code? Such feature could be useful for integrating multiple toolkits (ie. showing GTK widget in a Qt application). I am trying to get something similar (but less spectacular) done at the moment, and I am