Lines Matching defs:xl
2257 int xl, yt, w, h;
2280 xl = Event.xbutton.x_root - DragX - Tmp_win->frame_bw;
2286 xl = Event.xbutton.x_root - DragX - DragBW;
2298 xl = ConstMoveX;
2303 xl = ConstMoveX;
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);
2324 CurrentDragX = xl;
2339 if(xl < 0 || yt < 0 || xl > Scr->rootw || yt > Scr->rooth) {
2346 Scr->XineramaRoot, xl, yt, &odestx, &odesty, &cr);
2356 xl = destx;
2362 SetupWindow(Tmp_win, xl, yt,
2366 XMoveWindow(dpy, DragWindow, xl, yt);
2368 Tmp_win->icon->w_x = xl;