[][src]Module penrose::xconnection

API wrapper for talking to the X server using XCB

Structs

MockXConn
XcbConnection

Handles communication with an X server via xcb

Enums

XEvent

Wrapper around the low level XCB event types that require casting to work with. Not all event fields are extracted so check the XCB documentation and update accordingly if you need access to something that isn't currently passed through to the WindowManager event loop.

Traits

XConn

A handle on a running X11 connection that we can use for issuing X requests