Re: An idea for a newbie project: Wayland protocol dumper

2014-04-09 Thread Neil Roberts
I think this could be really useful. I've struggled a few times trying to filter the output from WAYLAND_DEBUG=server when I only want to know about a particular client. Pekka Paalanen writes: > - Some messages carry file descriptors. Is it possible to write a > proxy without having the protocol

An idea for a newbie project: Wayland protocol dumper

2014-04-09 Thread Pekka Paalanen
Hi, here is an idea for something that could be an advanced entry-level project for getting to know the guts of the Wayland wire protocol, and a self-contained newbie(?) project. We have the environment variable WAYLAND_DEBUG, which you can use to print out the protocol dump. It is useful, but it