Lines Matching defs:yt
428 yt = Event.xbutton.y_root - (DragHeight / 2);
431 TryToPack(tmp_win, &xl, &yt);
433 XMoveWindow(dpy, DragWindow, xl, yt);
565 int xl, yt, width, height;
568 yt = ConstMoveY;
573 TryToGrid(tmp_win, &xl, &yt);
576 TryToPush(tmp_win, xl, yt);
581 TryToPack(tmp_win, &xl, &yt);
585 ConstrainByBorders(tmp_win, &xl, width, &yt, height);
588 CurrentDragY = yt;
591 SetupWindow(tmp_win, xl, yt,
595 XMoveWindow(dpy, DragWindow, xl, yt);
598 tmp_win->icon->w_y = yt;
601 WMapSetupWindow(tmp_win, xl, yt, -1, -1);
605 yt + Scr->currentvs->y, width, height,
624 int xl, yt;
628 yt = yroot - DragY - DragBW;
632 yt = yroot - (DragHeight / 2);
636 TryToGrid(tmp_win, &xl, &yt);
639 TryToPush(tmp_win, xl, yt);
644 TryToPack(tmp_win, &xl, &yt);
648 ConstrainByBorders(tmp_win, &xl, width, &yt, height);
652 CurrentDragY = yt;
655 SetupWindow(tmp_win, xl, yt,
659 XMoveWindow(dpy, DragWindow, xl, yt);
662 tmp_win->icon->w_y = yt;
666 WMapSetupWindow(tmp_win, xl, yt, -1, -1);
671 yt + Scr->currentvs->y, width, height,