Lines Matching defs:winY
957 Position newX = 0, newY = 0, winX = 0, winY = 0;
1294 winY = newY - YW;
1304 winX, winY, &XSW, &YSW, &junkW);
1313 winY = (int)(YSW / hf);
1338 if((winY < Scr->BorderTop) && ((Scr->MoveOffResistance < 0) ||
1339 (winY > Scr->BorderTop - Scr->MoveOffResistance))) {
1340 winY = Scr->BorderTop;
1343 if(((winY + height) > vs->h - Scr->BorderBottom) &&
1345 ((winY + height) < vs->h - Scr->BorderBottom + Scr->MoveOffResistance))) {
1346 winY = vs->h - Scr->BorderBottom - height;
1355 WMapSetupWindow(win, winX, winY, -1, -1);
1381 XMoveWindow(dpy, win->frame, winX, winY);
1387 winY - win->frame_bw,
1424 XMoveWindow(dpy, win->frame, winX, winY);
1439 XMoveWindow(dpy, win->frame, winX, winY);
1444 winY - win->frame_bw,
1480 SetupWindow(win, winX, winY, win->frame_width, win->frame_height, -1);