Lines Matching defs:xx
595 int xx = Event.xkey.x;
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
603 xx -= (wx - (ActiveMenu->width / 2));
612 ActiveMenu->width, ActiveMenu->height, xx, yy);
620 int xx = Event.xkey.x;
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
628 xx -= (wx - (ActiveMenu->width / 2));
631 ActiveMenu->width, ActiveMenu->height, xx, yy);
670 int xx = Event.xkey.x;
674 XTranslateCoordinates(dpy, Scr->Root, menu->w, xx, yy, &wx, &wy, &junkW);
675 xx -= (wx - (menu->width / 2));
687 menu->width, menu->height, xx, yy);
697 int xx = Event.xkey.x;
753 XTranslateCoordinates(dpy, ActiveMenu->w, Scr->Root, wx, wy, &xx, &yy, &junkW);
755 ActiveMenu->width, ActiveMenu->height, xx, yy);
830 int xx = Event.xkey.x;
833 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy,
840 xx -= (wx - ActiveMenu->width);
842 Event.xkey.x_root = xx;
845 ActiveMenu->width, ActiveMenu->height, xx, yy);