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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c120 static int g_depth; variable
122 This may be larger than g_depth, in which case some of the bits would
1463 if (g_server_depth == 32 && g_depth == 24)
1470 if ((g_depth == 15 && g_server_depth == 15) ||
1471 (g_depth == 16 && g_server_depth == 16) ||
1472 (g_depth == 24 && g_server_depth == 24))
1676 g_depth = visual_info->depth;
1732 g_depth = visual_info->depth;
1766 g_depth = vmatches[0].depth;
1773 if (pf->depth == g_depth)
[all...]

Completed in 67 milliseconds