Lines Matching refs:wy
597 int wx, wy;
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
599 if((wy < 0) || (wy > ActiveMenu->height)) {
600 yy -= (wy - (Scr->EntryHeight / 2) - 2);
622 int wx, wy;
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
624 if((wy < 0) || (wy > ActiveMenu->height)) {
625 yy -= (wy - ActiveMenu->height + (Scr->EntryHeight / 2) + 2);
672 int wx, wy;
674 XTranslateCoordinates(dpy, Scr->Root, menu->w, xx, yy, &wx, &wy, &junkW);
677 yy -= (wy - menu->lastactive->item_num * Scr->EntryHeight -
680 yy -= (wy - (Scr->EntryHeight / 2) - 2);
699 int wx, wy;
752 wy = (item->item_num * Scr->EntryHeight) + (Scr->EntryHeight / 2) + 2;
753 XTranslateCoordinates(dpy, ActiveMenu->w, Scr->Root, wx, wy, &xx, &yy, &junkW);
832 int wx, wy;
834 &wx, &wy, &junkW);
841 yy -= (wy - item->item_num * Scr->EntryHeight - (Scr->EntryHeight / 2) - 2);