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 aa838ef..b7297dc 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -191,12 +191,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); |