Crate xproto

source ·
Expand description

Rust transpilation of the xproto library.

This library exposes types and values required to communicate with, or as, an X11 server.

The C xproto library does not contain any logic - only datastructures and constants.

This means the library does not contain any C code or link to any non-Rust object files.

Structs

xEvent All events are 32 bytes
REQUESTS
Connection setup structures. See Chapter 8: Connection Setup of the X Window System Protocol specification for details.
Xerror All errors are 32 bytes
Generic event
XRep: meant to be 32 byte quantity
structures that follow request.
Structure Defns Structures needed for replies

Constants

Type Definitions