On 10/24/22 12:29, Carlos Garnacho wrote:
- It's difficult to do D&D to another popup as the source one has to me
kept opened. That means we need to show popups which are not intended to
be shown together:
- if the popups are adjacent, xdg-positoner can be used.
- if the popups are not adja
Hi Martin,
On Mon, Oct 24, 2022 at 11:43 AM Martin Stransky wrote:
>
> Hi folks,
>
> I'd like to point out how Wayland D&D protocol limits real life
> applications.
>
> Main limitation is a requirement that D&D source window has to be kept
> opened and D
Hi folks,
I'd like to point out how Wayland D&D protocol limits real life
applications.
Main limitation is a requirement that D&D source window has to be kept
opened and D&D is cancelled otherwise.
That's especially painful with popups. See this Mozilla bug and vi
Ok, that was a stupid mistake in the generated code. I passed the
wl_display interface instead of the wl_registry interface to the
marshalling function. I passed over it a hundred times without seeing.
Thanks for your help.
2017-02-10 19:18 GMT+01:00 Erik De Rijcke :
> I remember facing similar
stry@2.global(2, "wl_compositor", 3)
> [0.062984s ] <- wl_registry@2.global(1, "wl_drm", 2)
>
>
> It seems that the marshalling is correct, no?
>
> Rémi
>
> 2017-02-10 9:14 GMT+01:00 Pekka Paalanen :
>
>> On Thu, 9 Feb 2017 08:07:37 +0100
t wrote:
>
> > 2017-02-09 7:56 GMT+01:00 Rémi Thébault :
> >
> > > Hello,
> > >
> > > I've started to build new bindings to Wayland for the D programming
> > > language.
> > > Available at github.com/rtbo/wayland-d. Only client protoc
On Thu, 9 Feb 2017 08:07:37 +0100
Rémi Thébault wrote:
> 2017-02-09 7:56 GMT+01:00 Rémi Thébault :
>
> > Hello,
> >
> > I've started to build new bindings to Wayland for the D programming
> > language.
> > Available at github.com/rtbo/wayland-d. Only cl
2017-02-09 7:56 GMT+01:00 Rémi Thébault :
> Hello,
>
> I've started to build new bindings to Wayland for the D programming
> language.
> Available at github.com/rtbo/wayland-d. Only client protocol supported at
> the moment.
> I come over an issue when starting to test
Hello,
I've started to build new bindings to Wayland for the D programming
language.
Available at github.com/rtbo/wayland-d. Only client protocol supported at
the moment.
I come over an issue when starting to test requests. I wrote a simple
program using the bin