Lines Matching defs:xkbi
86 *XkbApplyLEDChangeToKeyboard(xkbi,map,on,change)
91 * specified by 'xkbi' to reflect any changes that are required
96 XkbApplyLEDChangeToKeyboard(XkbSrvInfoPtr xkbi,
108 XkbControlsPtr ctrls = xkbi->desc->ctrls;
122 state = &xkbi->state;
137 XkbLatchGroup(xkbi->device, 0); /* unlatch group */
147 XkbLatchGroup(xkbi->device, i);
173 XkbLatchModifiers(xkbi->device, map->mods.mask, newmods);
926 XkbSrvInfoPtr xkbi;
941 xkbi = kbd->key->xkbInfo;
963 if (XkbApplyLEDChangeToKeyboard(xkbi, map, on, changes))