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