Searched refs:_XkbStateNotifyInProgress (Results 1 – 3 of 3) sorted by relevance
1144 if ((xkbi->flags & _XkbStateNotifyInProgress) == 0) { in _XkbEnsureStateChange()1146 xkbi->flags |= _XkbStateNotifyInProgress; in _XkbEnsureStateChange()1172 xkbi->flags &= ~_XkbStateNotifyInProgress; in _XkbApplyState()
787 if (((xkbi->flags & _XkbStateNotifyInProgress) == 0) && (changed != 0)) { in ProcessPointerEvent()
247 #define _XkbStateNotifyInProgress (1<<0) macro