Reading some x11 protocol code and code was pretty weird by modern standards … like, it’s mostly just writing a struct literally from memory…. Cast that lil struct to a void pointer and write it out on the socket;
@whack And what is amazing is that X11 works, pretty much bug free. That's why we are apparently all replacing it.
@skewray @whack except Wayland has no support for remote clients. So it can't actually do the part that we are talking about. Or am I confused?