Lines Matching defs:py
713 int x, y, px, py, junkX, junkY;
757 py = y - tmp_win->frame_y + newy;
758 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, px, py);
790 int fx, fy, px, py, step, status, cons;
814 XQueryPointer(dpy, Scr->Root, &junkW, &junkW, &junkX, &junkY, &px, &py, &junkK);
816 py -= fy;
863 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, fx + px, fy + py);
1233 int px = 20, py = 30;
1270 XQueryPointer(dpy, Scr->Root, &junkW, &junkW, &junkX, &junkY, &px, &py, &junkK);
1276 py -= tmp_win->frame_y;
1277 if(py > height) {
1282 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, x + px, y + py);