diff options
Diffstat (limited to 'src/XExtInt.c')
-rw-r--r-- | src/XExtInt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 811c0c3..2f61dce 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -189,12 +189,12 @@ _xidevicebusy(dpy, error) */ int -_XiCheckExtInit(dpy, version_index) +_XiCheckExtInit(dpy, version_index, info) register Display *dpy; register int version_index; + XExtDisplayInfo *info; { XExtensionVersion *ext; - XExtDisplayInfo *info = XInput_find_display(dpy); XInputCheckExtension(dpy, info, -1); |