Searched refs:rooty (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Devent_utils.c181 e->xkey.y_root -= Scr->rooty;
187 e->xbutton.y_root -= Scr->rooty;
192 e->xmotion.y_root -= Scr->rooty;
198 e->xcrossing.y_root -= Scr->rooty;
H A Dvscreen.c134 Scr->rooty = Scr->crooty + vs00->y;
137 Scr->rooty = vs00->y;
H A Dscreen.h112 int rooty; member in struct:ScreenInfo
H A Dctwm_main.c455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
1133 scr->rooty = crooty;
1155 scr->MaxWindowHeight = 32767 - (scr->rooty + scr->rooth);
H A Dcaptive.c668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
H A Dmenus.c1568 ev.xbutton.y_root -= Scr->rooty;
1586 ev.xbutton.y_root -= Scr->rooty;
H A Devent_handlers.c3126 Scr->rooty = Scr->crooty + vs->y;
3129 Scr->rooty = vs->y;
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c735 register Position *rooty) /* return */
743 if (rooty == NULL)
744 rooty = &garbagey;
747 *rooty = (Position) y;
751 *rooty = (Position) (*rooty + w->core.y + w->core.border_width);
763 *rooty = (Position) (*rooty + y2 + w->core.border_width);
731 XtTranslateCoords(register Widget w,_XtPosition x,_XtPosition y,register Position * rootx,register Position * rooty) argument
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1266 int mousex, mousey, rootx, rooty; local in function:TekEnqMouse
1274 &rootx, &rooty,
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c2867 int rootx, rooty, x, y; local in function:TextFocusIn
2874 &rootx, &rooty, &x, &y, &mask)) {

Completed in 23 milliseconds