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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c453 seamless_window *sw_below; local
460 sw_below = NULL;
472 sw_below = sw_get_window_by_wnd(children[i]);
473 if (sw_below)
477 if (!sw_below && !sw->behind)
479 if (sw_below && (sw_below->id == sw->behind))
482 if (sw_below)
484 seamless_send_zchange(sw->id, sw_below->id, 0);
485 sw_restack_window(sw, sw_below
[all...]

Completed in 119 milliseconds