Searched refs:rooty (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_utils.c | 181 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 D | vscreen.c | 134 Scr->rooty = Scr->crooty + vs00->y; 137 Scr->rooty = vs00->y;
|
| H A D | screen.h | 112 int rooty; member in struct:ScreenInfo
|
| H A D | ctwm_main.c | 455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth); 1133 scr->rooty = crooty; 1155 scr->MaxWindowHeight = 32767 - (scr->rooty + scr->rooth);
|
| H A D | captive.c | 668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
|
| H A D | menus.c | 1568 ev.xbutton.y_root -= Scr->rooty; 1586 ev.xbutton.y_root -= Scr->rooty;
|
| H A D | event_handlers.c | 3126 Scr->rooty = Scr->crooty + vs->y; 3129 Scr->rooty = vs->y;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Geometry.c | 735 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 D | Tekproc.c | 1266 int mousex, mousey, rootx, rooty; local in function:TekEnqMouse 1274 &rootx, &rooty,
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 2867 int rootx, rooty, x, y; local in function:TextFocusIn 2874 &rootx, &rooty, &x, &y, &mask)) {
|
Completed in 23 milliseconds