Lines Matching defs:wx
597 int wx, wy;
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
602 if((wx < 0) || (wx > ActiveMenu->width)) {
603 xx -= (wx - (ActiveMenu->width / 2));
622 int wx, wy;
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
627 if((wx < 0) || (wx > ActiveMenu->width)) {
628 xx -= (wx - (ActiveMenu->width / 2));
672 int wx, wy;
674 XTranslateCoordinates(dpy, Scr->Root, menu->w, xx, yy, &wx, &wy, &junkW);
675 xx -= (wx - (menu->width / 2));
699 int wx, wy;
751 wx = ActiveMenu->width / 2;
753 XTranslateCoordinates(dpy, ActiveMenu->w, Scr->Root, wx, wy, &xx, &yy, &junkW);
832 int wx, wy;
834 &wx, &wy, &junkW);
840 xx -= (wx - ActiveMenu->width);