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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c130 static unsigned char g_pointer_log_to_phys_map[32]; variable
1548 unsigned char phys_to_log_map[sizeof(g_pointer_log_to_phys_map)];
1561 if (phys_to_log_map[i] > sizeof(g_pointer_log_to_phys_map))
1563 g_pointer_log_to_phys_map[phys_to_log_map[i] - 1] = i + 1;
2235 xevent.xbutton.button = g_pointer_log_to_phys_map[xevent.xbutton.button - 1];

Completed in 41 milliseconds