Re: Basic API usage

2020-09-08 Thread Jan Bruns
Hallo Pekka, thanks for that great reply. It made a lot of things much more clear to me, but I must admit I'll probably simply give up. > yes, the application used headers are generated by a bindings-specific > tool from the XML, like wayland-scanner for the traditional C bindings. > wayland.

hikari 2.2.0 is out

2020-09-08 Thread raichoo
Hi everyone, I'm happy to announce version 2.2.0 of the `hikari` wayland compositor. Thanks to everyone helping with testing, fixing issues and providing new features such as adding support for `wayvnc`. https://hikari.acmelabs.space/releases/hikari-2.2.0.tar.gz CHANGELOG * add support for virt

Re: Basic API usage

2020-09-08 Thread Pekka Paalanen
On Mon, 7 Sep 2020 16:47:42 +0200 Jan Bruns wrote: > Hallo! > > From the perspective of someone with a non-gcc-supported programming > language preference, I have problems identifying an outline of steps > required to support wayland from within an application. > > For example, from the huma