Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c280 unsigned char newVMods[XkbNumVirtualMods]; in XkbUpdateDescActions() local
284 memset(newVMods, 0, XkbNumVirtualMods); in XkbUpdateDescActions()
292 newVMods[i] |= xkb->map->modmap[key]; in XkbUpdateDescActions()
297 if ((bit & present) && (newVMods[i] != xkb->server->vmods[i])) { in XkbUpdateDescActions()
300 xkb->server->vmods[i] = newVMods[i]; in XkbUpdateDescActions()