Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dhotkeys.c86 init_mapped_keycodes (Display *disp, Atom *syms, int first_kk, int last_kk, int ks_per_kk) { in init_mapped_keycodes() argument
88 for (i = 0; i < last_kk-first_kk; i++) in init_mapped_keycodes()
235 for (i = 0; i < last_kk-first_kk; i++) in get_x11_keycode()
252 int first_kk, last_kk; local
255 XDisplayKeycodes (disp, &first_kk, &last_kk);
256 syms = XGetKeyboardMapping (disp, first_kk, last_kk - first_kk, &ks_per_kk);
267 int first_kk = -1, last_kk = -1;
519 int first_kk, last_kk; local
521 XDisplayKeycodes (disp, &first_kk, &last_kk);
522 syms = XGetKeyboardMapping (disp, first_kk, last_kk - first_kk, &ks_per_kk);
[all …]