Lines Matching defs:xl
427 int xl = Event.xbutton.x_root - (DragWidth / 2),
431 TryToPack(tmp_win, &xl, &yt);
433 XMoveWindow(dpy, DragWindow, xl, yt);
565 int xl, yt, width, height;
567 xl = ConstMoveX;
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);
587 CurrentDragX = xl;
591 SetupWindow(tmp_win, xl, yt,
595 XMoveWindow(dpy, DragWindow, xl, yt);
597 tmp_win->icon->w_x = xl;
601 WMapSetupWindow(tmp_win, xl, yt, -1, -1);
604 MoveOutline(dragroot, xl + Scr->currentvs->x,
624 int xl, yt;
627 xl = xroot - DragX - DragBW;
631 xl = xroot - (DragWidth / 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);
651 CurrentDragX = xl;
655 SetupWindow(tmp_win, xl, yt,
659 XMoveWindow(dpy, DragWindow, xl, yt);
661 tmp_win->icon->w_x = xl;
666 WMapSetupWindow(tmp_win, xl, yt, -1, -1);
670 MoveOutline(dragroot, xl + Scr->currentvs->x,