Lines Matching refs:state_changes
57 unsigned long state_changes, Bool enable_changes) in XkbIndicatorsToUpdate() argument
67 if (state_changes & (XkbModifierStateMask | XkbGroupStateMask)) in XkbIndicatorsToUpdate()
69 if (state_changes & (XkbModifierBaseMask | XkbGroupBaseMask)) in XkbIndicatorsToUpdate()
71 if (state_changes & (XkbModifierLatchMask | XkbGroupLatchMask)) in XkbIndicatorsToUpdate()
73 if (state_changes & (XkbModifierLockMask | XkbGroupLockMask)) in XkbIndicatorsToUpdate()
75 if (state_changes & XkbCompatStateMask) in XkbIndicatorsToUpdate()
287 changes->indicators.state_changes |= affected; in XkbUpdateLedAutoState()
383 if (changes.state_changes != 0) in XkbSetIndicators()
385 XkbIndicatorsToUpdate(dev, changes.state_changes, FALSE); in XkbSetIndicators()
393 if (changes.state_changes || changes.ctrls.enabled_ctrls_changes) in XkbSetIndicators()
754 if (changes->indicators.state_changes) in XkbFlushLedEvents()
980 changes->indicators.state_changes |= affected; in XkbApplyLedStateChanges()