Registry / other / libdmx

libdmx

JSON →
library1.1.5vcpkgunverified

X Window System DMX (Distributed Multihead X) extension library.

vcpkg install libdmx
INSTALL
IMPORT
SIG · LIBDMX
L
libdmx
othercppv1.1.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/dmxext.h
#include <X11/extensions/dmxext.h>

Check for DMX extension availability.

#include <X11/extensions/dmxext.h> #include <X11/Xlib.h> int main() { Display *dpy = XOpenDisplay(NULL); if (dpy) { int event_base, error_base; if (DMXQueryExtension(dpy, &event_base, &error_base)) { // DMX extension available } XCloseDisplay(dpy); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libdmx — pip install libdmx · libregistry