diff options
Diffstat (limited to 'xserver/Xi/getprop.c')
-rw-r--r-- | xserver/Xi/getprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/Xi/getprop.c b/xserver/Xi/getprop.c index ba98fc80f..5e102627d 100644 --- a/xserver/Xi/getprop.c +++ b/xserver/Xi/getprop.c @@ -115,7 +115,7 @@ ProcXGetDeviceDontPropagateList(ClientPtr client) if ((others = wOtherInputMasks(pWin)) != 0) { for (i = 0; i < EMASKSIZE; i++) - tbuf = ClassFromMask(NULL, others->dontPropagateMask[i], i, + ClassFromMask(NULL, others->dontPropagateMask[i], i, &count, COUNT); if (count) { rep.count = count; |