Registry / other / xproto

xproto

JSON →
library2021.5vcpkgunverified

X Window System unified protocol definitions for X11 development.

vcpkg install xproto
INSTALL
IMPORT
SIG · XPROTO
X
xproto
othercppv2021.5
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.

X11/Xproto.h
#include <X11/Xproto.h>

Prints the X11 protocol version using xproto definitions.

#include <X11/Xproto.h> #include <iostream> int main() { std::cout << "X11 protocol version: " << X_PROTOCOL << "." << X_PROTOCOL_REVISION << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources

No resource links recorded.

xproto — pip install xproto · libregistry