diff options
Diffstat (limited to 'src/XChgProp.c')
-rw-r--r-- | src/XChgProp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XChgProp.c b/src/XChgProp.c index 6939cb3..0c7377f 100644 --- a/src/XChgProp.c +++ b/src/XChgProp.c @@ -73,7 +73,7 @@ XChangeDeviceDontPropagateList(dpy, window, count, events, mode) 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); GetReq(ChangeDeviceDontPropagateList, req); |