Registry / other / xcb-util

xcb-util

JSON →
library0.4.1vcpkgunverified

C interface to the X Window System protocol, which replaces the traditional Xlib interface.

vcpkg install xcb-util
INSTALL
IMPORT
SIG · XCB-UTIL
X
xcb-util
othercppv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xcb/xcb.h
✓ #include <xcb/xcb.h>

Connect to an X server using xcb

#include <xcb/xcb.h> #include <iostream> int main() { xcb_connection_t *conn = xcb_connect(NULL, NULL); if (xcb_connection_has_error(conn)) { std::cerr << "Failed to connect to X server" << std::endl; return 1; } std::cout << "Connected to X server" << std::endl; xcb_disconnect(conn); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources

No resource links recorded.

xcb-util — pip install xcb-util · libregistry