Lines Matching refs:yt
1518 int xl, yt;
1527 yt = Event.xbutton.y_root - DragY - Tmp_win->frame_bw;
1534 yt = Event.xbutton.y_root - DragY - Scr->IconBorderWidth;
1542 yt = ConstMoveY;
1548 yt = ConstMoveY;
1555 int yb = yt + h;
1562 if (yt < 0)
1563 yt = 0;
1565 yt = Scr->MyDisplayHeight - h;
1569 CurrentDragY = yt;
1571 SetupWindow(Tmp_win, xl, yt,
1574 XMoveWindow(dpy, DragWindow, xl, yt);