Lines Matching defs:xl
1681 int xl, yt, w2, h;
1683 xl = ConstMoveX;
1689 int xr = xl + w2;
1692 if (xl < 0)
1693 xl = 0;
1695 xl = Scr->MyDisplayWidth - w2;
1702 CurrentDragX = xl;
1705 XMoveWindow(dpy, DragWindow, xl, yt);
1707 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,
1713 int xl, yt, w2, h;
1716 xl = (int) ((unsigned) eventp->xmotion.x_root -
1722 xl = (int) (eventp->xmotion.x_root - (DragWidth / 2));
1729 int xr = xl + w2;
1732 if (xl < 0)
1733 xl = 0;
1735 xl = Scr->MyDisplayWidth - w2;
1743 CurrentDragX = xl;
1746 XMoveWindow(dpy, DragWindow, xl, yt);
1748 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,