diff options
Diffstat (limited to 'src/XSndExEv.c')
-rw-r--r-- | src/XSndExEv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XSndExEv.c b/src/XSndExEv.c index 6d65745..71431cd 100644 --- a/src/XSndExEv.c +++ b/src/XSndExEv.c @@ -81,7 +81,7 @@ XSendExtensionEvent(dpy, dev, dest, prop, count, list, event) XExtDisplayInfo *info = XInput_find_display(dpy); LockDisplay(dpy); - if (_XiCheckExtInit(dpy, XInput_Initial_Release) == -1) + if (_XiCheckExtInit(dpy, XInput_Initial_Release, info) == -1) return (NoSuchExtension); /* call through display to find proper conversion routine */ |