Re: wayland client in Guile without libwayland-client

2022-11-19 Thread Matt Wette
On 11/18/22 8:26 PM, Damien Mattei wrote: hello, it is just a question about semantic and aside the subject of project, and related to another subject of internal definitions that Linus is talking about: On Fri, Nov 18, 2022 at 5:55 PM Matt Wette wrote: Here is an example of an auto-coded ev

Re: wayland client in Guile without libwayland-client

2022-11-18 Thread Damien Mattei
hello, it is just a question about semantic and aside the subject of project, and related to another subject of internal definitions that Linus is talking about: On Fri, Nov 18, 2022 at 5:55 PM Matt Wette wrote: > > Here is an example of an auto-coded event decoder: > >(lambda (obj-id b

Re: wayland client in Guile without libwayland-client

2022-11-18 Thread Matt Wette
On 11/18/22 2:34 PM, Maxime Devos wrote: On 18-11-2022 17:54, Matt Wette wrote: cm-buf is a bytevector of control messages (`man cmsg`).  To deal with control messages I have generated these procedures:    (cmsg-list->bytevector cmsg-list) => bytevector    (bytevector->cmsg-list bytevector) 

Re: wayland client in Guile without libwayland-client

2022-11-18 Thread Maxime Devos
On 18-11-2022 17:54, Matt Wette wrote: cm-buf is a bytevector of control messages (`man cmsg`).  To deal with control messages I have generated these procedures:   (cmsg-list->bytevector cmsg-list) => bytevector   (bytevector->cmsg-list bytevector) => cmsg-list I have previously written an

Re: wayland client in Guile without libwayland-client

2022-11-18 Thread Matt Wette
Oops: Please substitute "object code" with "opcode". On 11/18/22 8:54 AM, Matt Wette wrote: Hi All, Just for fun, I'm working on an "all" Guile client-side program to use with Wayland.   I'm just getting started, but I thought you all might be interested to see what I'm doing. Wayland is the a