Comment 188 for bug 1683383

Revision history for this message
In , Jan Pohanka (xhpohanka) wrote :

(In reply to kyak from comment #140)
> Created attachment 129860 [details] [review]
> The same patch, but based on 1.19.1

You are missing dereference in XkbSA_LockMods case...

> case XkbSA_LockMods:
>+ filter = _XkbNextFreeFilter(xkbi);
>+ sendEvent=_XkbFilterLockMods(xkbi, filter, key, act);
>+ break;
> case XkbSA_LockGroup:
> filter = _XkbNextFreeFilter(xkbi);
>- *sendEvent = _XkbFilterLockState(xkbi, filter, key, act);
>+ *sendEvent = _XkbFilterLockGroup(xkbi, filter, key, act);