Re: wayland-d

2017-02-11 Thread Rémi Thébault
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

Re: wayland-d

2017-02-10 Thread Rémi Thébault
l_shm", 1) [0.062984s ] <- wl_registry@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 > Rémi Thébaul

Re: wayland-d

2017-02-08 Thread Rémi Thébault
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

wayland-d

2017-02-08 Thread 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 requests. I wrote a simple program using the bindings: _