Re: Return values in Wayland XML specification

2017-05-14 Thread Wojciech Kluczka
In Wayland array can contain only integers. See how listing of outputs is done. Server creates one global `wl_output` per output, client binds to the global, server sends events with output parameters (list of modes among them) and then event `done` to indicate it stopped sending info about this o

Re: Skylane - implementation of Wayland in Rust

2017-05-07 Thread Wojciech Kluczka
Hi, Sorry about stupid noobish questions. Now I dived in a bit and know eglCreateImageKHR is everything I need. After whole day I have weston-simple-dmabuf-intel and EGL apps (weston-simple-egl, Qt) running on `perceptia` using linux-dmabuf-unstable-v1 and wayland-drm (yes, I know it's implementat

Re: Skylane - implementation of Wayland in Rust

2017-05-05 Thread Wojciech Kluczka
> Borrowing the idea from Daniel Stone from whom I heard it first, the > only other option is to reimplement libwayland *including* its C ABI in > Rust. You need to completely throw away the C implementation of > libwayland and replace that with your own libwayland-*.so built with > Rust. Then you

Skylane - implementation of Wayland in Rust

2017-05-04 Thread Wojciech Kluczka
com/perceptia/skylane https://github.com/perceptia/perceptia Best regards, Wojciech Kluczka ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel