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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcache.c405 static RD_HCURSOR g_cursorcache[0x20]; variable
413 if (cache_idx < NUM_ELEMENTS(g_cursorcache))
415 cursor = g_cursorcache[cache_idx];
430 if (cache_idx < NUM_ELEMENTS(g_cursorcache))
432 old = g_cursorcache[cache_idx];
436 g_cursorcache[cache_idx] = cursor;

Completed in 42 milliseconds