Lines Matching defs:yt
2257 int xl, yt, w, h;
2281 yt = Event.xbutton.y_root - DragY - Tmp_win->frame_bw;
2287 yt = Event.xbutton.y_root - DragY - DragBW;
2294 yt = ConstMoveY;
2302 yt = ConstMoveY;
2308 TryToGrid(Tmp_win, &xl, &yt);
2313 TryToPush(Tmp_win, xl, yt);
2318 TryToPack(Tmp_win, &xl, &yt);
2321 ConstrainByBorders(Tmp_win, &xl, w, &yt, h);
2325 CurrentDragY = yt;
2339 if(xl < 0 || yt < 0 || xl > Scr->rootw || yt > Scr->rooth) {
2346 Scr->XineramaRoot, xl, yt, &odestx, &odesty, &cr);
2357 yt = desty;
2362 SetupWindow(Tmp_win, xl, yt,
2366 XMoveWindow(dpy, DragWindow, xl, yt);
2369 Tmp_win->icon->w_y = yt;