Registry / other / libxdamage

libxdamage

JSON →
library1.1.7vcpkgunverified

X Damage Extension library for tracking damage regions.

vcpkg install libxdamage
INSTALL
IMPORT
SIG · LIBXDAMAGE
L
libxdamage
othercppv1.1.7
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/Xdamage.h
#include <X11/extensions/Xdamage.h>

Checks for Xdamage extension support.

#include <X11/extensions/Xdamage.h> #include <X11/Xlib.h> int main() { Display *dpy = XOpenDisplay(nullptr); int event_base, error_base; if (!XDamageQueryExtension(dpy, &event_base, &error_base)) { return 1; } XCloseDisplay(dpy); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libxdamage — pip install libxdamage · libregistry