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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dseamless.c243 unsigned long behind; local
249 behind = strtoul(tok4, &endptr, 0);
257 ui_seamless_restack_window(id, behind, flags);
H A Dxwin.c81 unsigned long behind; member in struct:_seamless_window
419 sw_restack_window(seamless_window * sw, unsigned long behind) argument
426 if (sw_above->behind == sw->id)
431 sw_above->behind = sw->behind;
436 if (sw_above->behind == behind)
441 sw_above->behind = sw->id;
443 sw->behind = behind;
643 sw_window_is_behind(Window wnd, Window behind) argument
4239 ui_seamless_restack_window(unsigned long id, unsigned long behind, unsigned long flags) argument
[all...]

Completed in 65 milliseconds