Lines Matching defs:yt
1681 int xl, yt, w2, h;
1684 yt = ConstMoveY;
1690 int yb = yt + h;
1697 if (yt < 0)
1698 yt = 0;
1700 yt = Scr->MyDisplayHeight - h;
1703 CurrentDragY = yt;
1705 XMoveWindow(dpy, DragWindow, xl, yt);
1707 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,
1713 int xl, yt, w2, h;
1718 yt = (int) ((unsigned) eventp->xmotion.y_root -
1723 yt = (int) (eventp->xmotion.y_root - (DragHeight / 2));
1730 int yb = yt + h;
1737 if (yt < 0)
1738 yt = 0;
1740 yt = Scr->MyDisplayHeight - h;
1744 CurrentDragY = yt;
1746 XMoveWindow(dpy, DragWindow, xl, yt);
1748 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,