XGetExtensionVersion (3) Linux Manual Page
XGetExtensionVersion – query the version of the input extension. Synopsis #include <X11/extensions/XInput.h> XExtensionVersion *XGetExtensionVersion( Display *display, char *name); display Specifies the connection to the X server. name Specifies the extension to be queried. The input extension name is definedin the header file XI.h. Description The XGetExtensionVersion request is deprecated and should not be used in…
