Lines Matching defs:fy
790 int fx, fy, px, py, step, status, cons;
813 fy = tmp_win->frame_y;
816 py -= fy;
846 fy -= step * Scr->YMoveGrid;
847 if(fy < cons) {
848 fy = cons;
856 fy += step * Scr->YMoveGrid;
857 if(fy + fheight > cons) {
858 fy = cons - fheight;
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);