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
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
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
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
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
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
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
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