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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c421 seamless_window *sw_above; local
424 for (sw_above = g_seamless_windows; sw_above; sw_above = sw_above->next)
426 if (sw_above->behind == sw->id)
430 if (sw_above)
431 sw_above->behind = sw->behind;
434 for (sw_above = g_seamless_windows; sw_above; sw_abov
[all...]

Completed in 39 milliseconds