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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c100 static seamless_window *g_seamless_windows = NULL; variable
202 if (!g_seamless_windows) break; \
203 for (sw = g_seamless_windows; sw; sw = sw->next) { \
309 for (sw = g_seamless_windows; sw; sw = sw->next)
322 for (sw = g_seamless_windows; sw; sw = sw->next)
334 seamless_window *sw, **prevnext = &g_seamless_windows;
335 for (sw = g_seamless_windows; sw; sw = sw->next)
361 for (sw = g_seamless_windows; sw; sw = sw->next)
407 for (sw = g_seamless_windows; sw; sw = sw->next)
424 for (sw_above = g_seamless_windows; sw_abov
[all...]

Completed in 38 milliseconds