Lines Matching defs:fx
790 int fx, fy, px, py, step, status, cons;
812 fx = tmp_win->frame_x;
815 px -= fx;
826 fx -= step * Scr->XMoveGrid;
827 if(fx < cons) {
828 fx = cons;
836 fx += step * Scr->XMoveGrid;
837 if(fx + fwidth > cons) {
838 fx = cons - fwidth;
863 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, fx + px, fy + py);
867 SetupWindow(tmp_win, fx, fy, tmp_win->frame_width, tmp_win->frame_height, -1);