Registry / other / xcb-util-wm

xcb-util-wm

JSON →
library0.4.2vcpkgunverified

XCB utilities for ICCCM and EWMH window manager protocols.

vcpkg install xcb-util-wm
INSTALL
IMPORT
SIG · XCB-UTIL-WM
X
xcb-util-wm
othercppv0.4.2
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_icccm.h
✓ #include <xcb/xcb_icccm.h>

Connect to X server using XCB

#include <xcb/xcb.h> #include "xcb/xcb_icccm.h" #include <cstdio> int main() { xcb_connection_t *conn = xcb_connect(NULL, NULL); if (xcb_connection_has_error(conn)) { printf("Connection error\n"); return 1; } printf("Connected to X server\n"); xcb_disconnect(conn); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources

No resource links recorded.

xcb-util-wm — pip install xcb-util-wm · libregistry