Registry / other / libxcomposite

libxcomposite

JSON →
library0.4.7vcpkgunverified

Xlib-based client library for the Composite extension to the X11 protocol

vcpkg install libxcomposite
INSTALL
IMPORT
SIG · LIBXCOMPOSITE
L
libxcomposite
othercppv0.4.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/Xcomposite.h
#include <X11/extensions/Xcomposite.h>

Check if the Composite extension is available

#include <X11/extensions/Xcomposite.h> #include <X11/Xlib.h> int main() { Display* dpy = XOpenDisplay(nullptr); if (!dpy) return 1; int event_base, error_base; if (XCompositeQueryExtension(dpy, &event_base, &error_base)) { // Composite extension available } XCloseDisplay(dpy); return 0; }
Debug
Known issues
gotchaRequires a compositing window manager to be running for full functionality.
fix
Ensure a compositing manager (e.g., compton, picom) is active.
affects: *
Upgrade
Version history
0.4.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libxcomposite — pip install libxcomposite · libregistry