Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 861 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 861 Bytes

XCB

tests

Wrapper around the X protocol C-language Binding (XCB) library for interacting with X window systems. Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the package documentation. Users wishing to use the Clang wrapper directly will have to use XCB.Libxcb. For documentation, they should refer to the XCB documentation.