Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h504 KeyCode first_key_explicit; member
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c825 mn.firstKeyExplicit = pChanges->map.first_key_explicit; in XkbSendNotification()
H A Dxkb.c2307 oldLast = changes->map.first_key_explicit + in SetKeyExplicit()
2309 if (changes->map.first_key_explicit < first) in SetKeyExplicit()
2310 first = changes->map.first_key_explicit; in SetKeyExplicit()
2314 changes->map.first_key_explicit = first; in SetKeyExplicit()