Home
last modified time | relevance | path

Searched refs:symsPerKey (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c1726 CARD16 *symsPerKey, xkbSymMapWireDesc ** wireRtrn, int *errorRtrn) in CheckKeySyms() argument
1766 symsPerKey[i + req->firstKeySym] = w; in CheckKeySyms()
1794 symsPerKey[i] = w * nG; in CheckKeySyms()
1805 CARD16 *symsPerKey, CARD8 **wireRtrn, int *nActsRtrn) in CheckKeyActions() argument
1817 if (wire[0] == symsPerKey[i + req->firstKeyAct]) in CheckKeyActions()
2485 CARD16 symsPerKey[XkbMaxLegalKeyCode + 1] = { 0 }; in _XkbSetMapChecks() local
2537 symsPerKey[i] = w * ng; in _XkbSetMapChecks()
2541 (!CheckKeySyms(client, xkb, req, nTypes, mapWidths, symsPerKey, in _XkbSetMapChecks()
2548 (!CheckKeyActions(xkb, req, nTypes, mapWidths, symsPerKey, in _XkbSetMapChecks()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog103997 xkb: always fill the symsPerKey array, regardless of client flags (#30527)
103999 Even if a client does not modify the symbols, symsPerKey and mapWidths must
104013 xkb: init mapWidth and symsPerKey arrays to 0.