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

/xsrc/external/mit/ctwm/dist/
H A Devent_utils.c180 e->xkey.x_root -= Scr->rootx;
186 e->xbutton.x_root -= Scr->rootx;
191 e->xmotion.x_root -= Scr->rootx;
197 e->xcrossing.x_root -= Scr->rootx;
H A Dvscreen.c133 Scr->rootx = Scr->crootx + vs00->x;
136 Scr->rootx = vs00->x;
H A Dscreen.h109 int rootx; member in struct:ScreenInfo
111 /// \copydetails rootx
H A Dctwm_main.c455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
1132 scr->rootx = crootx;
1154 scr->MaxWindowWidth = 32767 - (scr->rootx + scr->rootw);
H A Dcaptive.c667 Scr->rootx = Scr->crootx + Scr->currentvs->x;
H A Dmenus.c1567 ev.xbutton.x_root -= Scr->rootx;
1585 ev.xbutton.x_root -= Scr->rootx;
H A Devent_handlers.c3125 Scr->rootx = Scr->crootx + vs->x;
3128 Scr->rootx = vs->x;
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c734 register Position *rootx, /* return */
741 if (rootx == NULL)
742 rootx = &garbagex;
746 *rootx = (Position) x;
750 *rootx = (Position) (*rootx + w->core.x + w->core.border_width);
762 *rootx = (Position) (*rootx + x2 + 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 20 milliseconds