Home
last modified time | relevance | path

Searched refs:firstMM (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c2672 KeyCode first, last, firstMM, lastMM; in _XkbSetMap() local
2681 firstMM = change.map.first_modmap_key; in _XkbSetMap()
2682 lastMM = firstMM + change.map.num_modmap_keys - 1; in _XkbSetMap()
2685 firstMM = lastMM = 0; in _XkbSetMap()
2687 if (firstMM < first) in _XkbSetMap()
2688 first = firstMM; in _XkbSetMap()
2693 first = firstMM; in _XkbSetMap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4398 xkb: fix what looks to be a copy-paste error with first vs firstMM