Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbActions.c1144 if ((xkbi->flags & _XkbStateNotifyInProgress) == 0) { in _XkbEnsureStateChange()
1146 xkbi->flags |= _XkbStateNotifyInProgress; in _XkbEnsureStateChange()
1172 xkbi->flags &= ~_XkbStateNotifyInProgress; in _XkbApplyState()
H A DxkbAccessX.c787 if (((xkbi->flags & _XkbStateNotifyInProgress) == 0) && (changed != 0)) { in ProcessPointerEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbsrv.h247 #define _XkbStateNotifyInProgress (1<<0) macro