Searched refs:newLast (Results 1 – 1 of 1) sorted by relevance
250 CARD8 oldLast, newLast; in XkbUpdateKeyTypesFromCore() local253 newLast = first + num - 1; in XkbUpdateKeyTypesFromCore()257 if (oldLast > newLast) in XkbUpdateKeyTypesFromCore()258 newLast = oldLast; in XkbUpdateKeyTypesFromCore()259 changes->map.num_key_syms = newLast - changes->map.first_key_sym + 1; in XkbUpdateKeyTypesFromCore()308 CARD8 oldLast, newLast; in XkbUpdateDescActions() local311 newLast = first + num - 1; in XkbUpdateDescActions()315 if (newLast > oldLast) in XkbUpdateDescActions()316 newLast = oldLast; in XkbUpdateDescActions()317 changes->map.num_key_acts = newLast - changes->map.first_key_act + 1; in XkbUpdateDescActions()