Searched defs:g_mod_map (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c127 static XModifierKeymap *g_mod_map; variable
1580 offset = g_mod_map->max_keypermod * modifierpos;
1582 for (key = 0; key < g_mod_map->max_keypermod; key++)
1584 if (g_mod_map->modifiermap[offset + key] == keycode)
1903 g_mod_map = XGetModifierMapping(g_display);
1981 XFreeModifiermap(g_mod_map);
2572 XFreeModifiermap(g_mod_map);
2573 g_mod_map = XGetModifierMapping(g_display);

Completed in 46 milliseconds