Registry / other / libxrandr

libxrandr

JSON →
library1.5.5vcpkgunverified

Xlib Resize, Rotate and Reflection (RandR) extension library

vcpkg install libxrandr
INSTALL
IMPORT
SIG · LIBXRANDR
L
libxrandr
othercppv1.5.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/extensions/Xrandr.h
#include <X11/extensions/Xrandr.h>

Check if RandR extension is available

#include <X11/extensions/Xrandr.h> #include <X11/Xlib.h> #include <stdio.h> int main() { Display *dpy = XOpenDisplay(NULL); if (dpy) { int event_base, error_base; if (XRRQueryExtension(dpy, &event_base, &error_base)) { printf("RandR extension available\n"); } XCloseDisplay(dpy); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libxrandr — pip install libxrandr · libregistry