Registry / other / libxrender

libxrender

JSON →
library0.9.12vcpkgunverified

Library for the Render Extension to the X11 protocol.

vcpkg install libxrender
INSTALL
IMPORT
SIG · LIBXRENDER
L
libxrender
othercppv0.9.12
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/extensions/Xrender.h
#include <X11/extensions/Xrender.h>

Check if XRender extension is available

#include <X11/extensions/Xrender.h> #include <X11/Xlib.h> #include <iostream> int main() { Display* dpy = XOpenDisplay(NULL); if (!dpy) { std::cerr << "Cannot open display" << std::endl; return 1; } int event_base, error_base; if (XRenderQueryExtension(dpy, &event_base, &error_base)) { std::cout << "XRender extension available" << std::endl; } XCloseDisplay(dpy); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.12latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libxrender — pip install libxrender · libregistry