Registry / other / libxfixes

libxfixes

JSON →
library6.0.2vcpkgunverified

Xlib-based library for the XFIXES Extension, providing fixes for X protocol issues.

vcpkg install libxfixes
INSTALL
IMPORT
SIG · LIBXFIXES
L
libxfixes
othercppv6.0.2
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/Xfixes.h
#include <X11/extensions/Xfixes.h>

Check if the XFIXES extension is available.

#include <X11/extensions/Xfixes.h> #include <X11/Xlib.h> #include <iostream> int main() { Display *dpy = XOpenDisplay(nullptr); if (!dpy) return 1; int event_base, error_base; if (XFixesQueryExtension(dpy, &event_base, &error_base)) { std::cout << "XFIXES extension available" << std::endl; } XCloseDisplay(dpy); return 0; }
Debug
Known issues
gotchaRequires X11 development libraries and runtime X server.
fix
Ensure X11::Xfixes is linked and the X server is running.
affects: all
Upgrade
Version history
6.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxfixes — pip install libxfixes · libregistry