Lines Matching full:indicators
50 * this function returns the indicators on the default keyboard
88 * Some indicators "drive" the keyboard when their state is explicitly
287 changes->indicators.state_changes |= affected; in XkbUpdateLedAutoState()
348 * Attempts to change the indicators specified in 'affect' to the
352 * indicator map for any affected indicators, as described in section
408 * Applies the indicator maps for any indicators specified in
414 * notes the indicators with changed state.
418 * the state of any extension device indicators as necessary.
444 * Updates the 'indicator accelerators' for the indicators specified
447 * and speed up the process of figuring out which indicators might
556 sli->physIndicators = xkb->indicators->phys_indicators; in XkbAllocSrvLedInfo()
557 sli->names = xkb->names->indicators; in XkbAllocSrvLedInfo()
558 sli->maps = xkb->indicators->maps; in XkbAllocSrvLedInfo()
572 sli->physIndicators = xkb->indicators->phys_indicators; in XkbAllocSrvLedInfo()
573 if (xkb->names->indicators != sli->names) { in XkbAllocSrvLedInfo()
575 sli->names = xkb->names->indicators; in XkbAllocSrvLedInfo()
577 if (xkb->indicators->maps != sli->maps) { in XkbAllocSrvLedInfo()
579 sli->maps = xkb->indicators->maps; in XkbAllocSrvLedInfo()
665 dev->key->xkbInfo->desc->names->indicators; in XkbCopySrvLedInfo()
666 dev->key->xkbInfo->desc->names->indicators; */ in XkbCopySrvLedInfo()
754 if (changes->indicators.state_changes) in XkbFlushLedEvents()
843 * If 'changed_maps' specifies any indicators, this function generates
846 * state of each indicator with a changed map. If any indicators
893 changes->indicators.map_changes |= changed_maps; in XkbApplyLedMapChanges()
980 changes->indicators.state_changes |= affected; in XkbApplyLedStateChanges()