diff options
Diffstat (limited to 'src/XOpenDev.c')
-rw-r--r-- | src/XOpenDev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XOpenDev.c b/src/XOpenDev.c index ed168a6..d220330 100644 --- a/src/XOpenDev.c +++ b/src/XOpenDev.c @@ -72,7 +72,7 @@ XOpenDevice(dpy, id) XExtDisplayInfo *info = XInput_find_display(dpy); LockDisplay(dpy); - if (_XiCheckExtInit(dpy, XInput_Initial_Release) == -1) + if (_XiCheckExtInit(dpy, XInput_Initial_Release, info) == -1) return ((XDevice *) NoSuchExtension); GetReq(OpenDevice, req); |