Module x11rb_protocol::packet_reader
source · Expand description
Collects X11 data into “packets” to be parsed by a display.
Structs§
- A wrapper around a buffer used to read X11 packets.
Constants§
- Minimal length of an X11 packet.
Functions§
- Compute the length of the data we need to read, beyond the
MINIMAL_PACKET_LENGTH
.