Module x11rb_protocol::protocol
source ยท Expand description
Bindings to the X11 protocol.
Each sub-module of this module corresponds to one X11 extension. It contains all the
definitions from that extension. The core X11 protocol is in xproto
.
Modulesยง
- Bindings to the
BigRequests
X11 extension. - Bindings to the
GenericEvent
X11 extension. - Bindings to the
RandR
X11 extension. - Bindings to the
Render
X11 extension. - Bindings to the
Shape
X11 extension. - Bindings to the
XCMisc
X11 extension. - Bindings to the
XFixes
X11 extension. - Bindings to the
Input
X11 extension. - Bindings to the
xkb
X11 extension. - Bindings to the core X11 protocol.
Enumsยง
- Enumeration of all possible X11 error kinds.
- Enumeration of all possible X11 events.
- Enumeration of all possible X11 replies.
- Enumeration of all possible X11 requests.
- RequestInfo ๐Helper container for translating numeric request information to a string
Functionsยง
- Get the name of a request based on its major and minor code.
- Get information about a request based on its major and minor code.
- parse_reply ๐
- parse_reply_fds ๐
- request_name ๐Get the name of a request from its extension name and opcodes.
- response_type ๐Get the response type out of the raw bytes of an X11 error or event.
- sequence_number ๐Get the sequence number out of an X11 packet.