Re: How to use wl_object in wl_protocol_logger API?

2024-05-01 Thread Chloe Pelling
ctions would be better so that I can treat wl_object as opaque. I'm happy to contribute if desired. Best regards, Chloe On Tue, Apr 16, 2024 at 10:56 AM Chloe Pelling wrote: > Hi, > > I'm attempting to use the wl_protocol_logger API to replicate the > functionality of WAYLAND_

How to use wl_object in wl_protocol_logger API?

2024-04-16 Thread Chloe Pelling
Hi, I'm attempting to use the wl_protocol_logger API to replicate the functionality of WAYLAND_DEBUG=1 in my project, but logging to https://perfetto.dev/ rather than stderr. I'm having some trouble decoding message arguments of type object, since `wl_object` is an opaque struct and there doesn't