Lines Matching refs:behind
81 unsigned long behind;
419 sw_restack_window(seamless_window * sw, unsigned long behind)
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;
477 if (!sw_below && !sw->behind)
479 if (sw_below && (sw_below->id == sw->behind))
641 /* Check if wnd is already behind a window wrt stacking order */
643 sw_window_is_behind(Window wnd, Window behind)
653 behind = sw_get_toplevel(behind);
660 if (child_list[i-1] == behind)
680 warning("sw_window_is_behind: Unable to find behind window 0x%lx\n",
681 behind);
773 /* Now verify that middle is behind top but not behind
4239 ui_seamless_restack_window(unsigned long id, unsigned long behind, unsigned long flags)
4256 if (behind)
4260 sw_behind = sw_get_window_by_id(behind);
4263 warning("ui_seamless_restack_window: No information for behind window 0x%lx\n", behind);
4304 sw_restack_window(sw, behind);