diff options
Diffstat (limited to 'src/XGetVers.c')
-rw-r--r-- | src/XGetVers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XGetVers.c b/src/XGetVers.c index ef41fea..d3c765a 100644 --- a/src/XGetVers.c +++ b/src/XGetVers.c @@ -82,7 +82,7 @@ _XiGetExtensionVersion(register Display * dpy, _Xconst char *name, XExtDisplayIn xGetExtensionVersionReply rep; XExtensionVersion *ext; - if (_XiCheckExtInit(dpy, Dont_Check) == -1) + if (_XiCheckExtInit(dpy, Dont_Check, info) == -1) return ((XExtensionVersion *) NoSuchExtension); GetReq(GetExtensionVersion, req); |