XIQueryVersion (3) Linux Manual Page
XIQueryVersion – announce and query the support XI2 version. Synopsis#include <X11/extensions/XInput2.h>Status XIQueryVersion( Display *display, int *major_version_inout, int *minor_version_inout);display Specifies the connection to the X server.major_version_inout Specifies the client’s supported XI2 version, and returns the server’s supported version.minor_version_inout Specifies the client’s supported XI2 version, and returns the server’s supported version.DescriptionXIQueryVersion announces the client’s supported XI2 version…
