logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DMXQueryExtension - determine if DMX is available

Description

DMXQueryExtension() determines if the DMX protocol extension is available. It will be available if the server is an Xdmx(1) server.

Name

DMXQueryExtension - determine if DMX is available

Return Value

If the DMX protocol extension is available, event_basep and error_basep will be set to the event and error bases, respectively, and True will be returned. Otherwise, False will be returned.

See Also

DMXQueryVersion(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.4 DMXQueryExtension(3)

Synopsis

#include<X11/extensions/dmxext.h>BoolDMXQueryExtension(Display*dpy,int*event_basep,int*error_basep);

See Also