Lines Matching defs:yy
596 int yy = Event.xkey.y + Scr->EntryHeight;
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
600 yy -= (wy - (Scr->EntryHeight / 2) - 2);
612 ActiveMenu->width, ActiveMenu->height, xx, yy);
621 int yy = Event.xkey.y - Scr->EntryHeight;
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
625 yy -= (wy - ActiveMenu->height + (Scr->EntryHeight / 2) + 2);
631 ActiveMenu->width, ActiveMenu->height, xx, yy);
671 int yy = Event.xkey.y;
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);
687 menu->width, menu->height, xx, yy);
698 int yy = Event.xkey.y;
753 XTranslateCoordinates(dpy, ActiveMenu->w, Scr->Root, wx, wy, &xx, &yy, &junkW);
755 ActiveMenu->width, ActiveMenu->height, xx, yy);
831 int yy = Event.xkey.y;
833 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy,
841 yy -= (wy - item->item_num * Scr->EntryHeight - (Scr->EntryHeight / 2) - 2);
843 Event.xkey.y_root = yy;
845 ActiveMenu->width, ActiveMenu->height, xx, yy);