Searched refs:first_key (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c599 changes->first_key = changes->num_keys = 0;
600 else if ((changes->first_key < xkb->min_key_code) ||
601 (changes->first_key + changes->num_keys > xkb->max_key_code)) {
629 req->firstKey = changes->first_key;
844 new_last = (new->first_key + new->num_keys - 1);
845 old_last = (old->first_key + old->num_keys - 1);
847 first = old->first_key;
849 if (new->first_key < old->first_key)
850 first = new->first_key;
[all...]
H A DXKBMisc.c590 KeyCode first_key,
599 syms = &core_keysyms[(first_key - xkb->min_key_code) * map_width];
603 &changes->map.num_key_syms, first_key);
607 first_key + num_keys - 1);
612 changes->map.first_key_sym = first_key;
616 last_key = first_key + num_keys - 1;
617 for (key = first_key; key <= last_key; key++, syms += map_width) {
589 XkbUpdateMapFromCore(XkbDescPtr xkb,KeyCode first_key,int num_keys,int map_width,KeySym * core_keysyms,XkbChangesPtr changes) argument
H A DXKBMAlloc.c697 &changes->names.first_key,
785 &changes->names.first_key,
H A DXKBUse.c448 nev->first_key = nn->firstKey;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c58 int first_key, int num_keys)
110 if (first_key >= clients[i]->minKC)
111 core_mn.u.mappingNotify.firstKeyCode = first_key;
114 if (first_key + num_keys - 1 <= clients[i]->maxKC)
135 xi_mn.firstKeyCode = first_key;
57 XkbSendLegacyMapNotify(DeviceIntPtr kbd,CARD16 xkb_event,CARD16 changed,int first_key,int num_keys) argument
H A DXKBMAlloc.c616 &changes->names.first_key,
733 &changes->names.first_key,
H A DxkbUtils.c543 XkbApplyMappingChange(DeviceIntPtr kbd, KeySymsPtr map, KeyCode first_key, argument
554 if (map && first_key && num_keys) {
558 XkbUpdateKeyTypesFromCore(kbd, map, first_key, num_keys, &changes);
559 XkbUpdateActions(kbd, first_key, num_keys, &changes, &check, &cause);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c57 int first_key, int num_keys)
107 if (first_key >= clients[i]->minKC)
108 core_mn.u.mappingNotify.firstKeyCode = first_key;
111 if (first_key + num_keys - 1 <= clients[i]->maxKC)
138 .firstKeyCode = first_key,
56 XkbSendLegacyMapNotify(DeviceIntPtr kbd,CARD16 xkb_event,CARD16 changed,int first_key,int num_keys) argument
H A DXKBMAlloc.c639 &changes->names.first_key,
722 &changes->names.first_key,
H A DxkbUtils.c552 XkbApplyMappingChange(DeviceIntPtr kbd, KeySymsPtr map, KeyCode first_key, argument
563 if (map && first_key && num_keys) {
567 XkbUpdateKeyTypesFromCore(kbd, map, first_key, num_keys, &changes);
568 XkbUpdateActions(kbd, first_key, num_keys, &changes, &check, &cause);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXKBlib.h167 int first_key; /* first key with new name */ member in struct:_XkbNamesNotify
1014 KeyCode /* first_key */, /* first changed key */
/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c293 do_map_message("names for key", names->first_key, names->num_keys, 1);
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h533 unsigned char first_key; member in struct:_XkbNameChanges
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h526 unsigned char first_key; member in struct:_XkbNameChanges
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h528 unsigned char first_key; member in struct:_XkbNameChanges

Completed in 27 milliseconds