Registry / other / libxres

libxres

JSON →
library1.2.1vcpkgunverified

Xlib-based X-Resource extension client library

vcpkg install libxres
INSTALL
IMPORT
SIG · LIBXRES
L
libxres
othercppv1.2.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.

X11/extensions/XRes.h
#include <X11/extensions/XRes.h>

Check if the X-Resource extension is available

#include <X11/extensions/XRes.h> #include <X11/Xlib.h> #include <cstdio> int main() { Display *dpy = XOpenDisplay(NULL); if (!dpy) return 1; int event_base, error_base; if (XResQueryExtension(dpy, &event_base, &error_base)) { printf("XRes extension available\n"); } XCloseDisplay(dpy); return 0; }
Debug
Known issues
gotchaRequires X11 libraries; only works on Unix-like systems with X11.
fix
Install libx11-dev and libxres-dev.
affects: *
Upgrade
Version history
1.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxres — pip install libxres · libregistry