Searched defs:root_y (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenu.c995 int root_x, root_y, junkX, junkY; local
1000 &root_x, &root_y, &junkX, &junkY, &junkM) == FALSE) {
1008 location->y = (short) root_y;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c1031 int root_x, root_y, junkX, junkY; local
1036 &root_x, &root_y, &junkX, &junkY, &junkM) == FALSE) {
1044 location->y = (short) root_y;
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c735 int root_x, root_y, win_x, win_y; local
786 root_y = event.xbutton.y_root;
795 &root_x, &root_y, &win_x, &win_y, &mask)) {
800 if (root_x != lastx || root_y != lasty) {
806 y = root_y - yoff;
822 lasty = root_y;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2611 int root_x, root_y, x, y; local
2624 root_y = event->xbutton.y_root;
2626 XTranslateCoordinates(dpy, root, root, root_x, root_y, &x, &y, &child);
2630 &root, &child, &root_x, &root_y, &x, &y, &mask);

Completed in 28 milliseconds