Lines Matching defs:xl
1518 int xl, yt;
1526 xl = Event.xbutton.x_root - DragX - Tmp_win->frame_bw;
1533 xl = Event.xbutton.x_root - DragX - Scr->IconBorderWidth;
1545 xl = ConstMoveX;
1549 xl = ConstMoveX;
1554 int xr = xl + w;
1557 if (xl < 0)
1558 xl = 0;
1560 xl = Scr->MyDisplayWidth - w;
1568 CurrentDragX = xl;
1571 SetupWindow(Tmp_win, xl, yt,
1574 XMoveWindow(dpy, DragWindow, xl, yt);