Searched refs:root_x (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 735 int root_x, root_y, win_x, win_y; local 785 root_x = event.xbutton.x_root; 795 &root_x, &root_y, &win_x, &win_y, &mask)) { 800 if (root_x != lastx || root_y != lasty) { 805 x = root_x - xoff; 821 lastx = root_x;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SimpleMenu.c | 995 int root_x, root_y, junkX, junkY; local 1000 &root_x, &root_y, &junkX, &junkY, &junkM) == FALSE) { 1007 location->x = (short) root_x;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | SimpleMenu.c | 1031 int root_x, root_y, junkX, junkY; local 1036 &root_x, &root_y, &junkX, &junkY, &junkM) == FALSE) { 1043 location->x = (short) root_x;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2611 int root_x, root_y, x, y; local 2623 root_x = event->xbutton.x_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 29 milliseconds