HomeSort by: relevance | last modified time | path
    Searched refs:rooty (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
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;
vscreen.c 134 Scr->rooty = Scr->crooty + vs00->y;
137 Scr->rooty = vs00->y;
screen.h 112 int rooty; member in struct:ScreenInfo
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);
captive.c 668 Scr->rooty = Scr->crooty + Scr->currentvs->y;
menus.c 1568 ev.xbutton.y_root -= Scr->rooty;
1586 ev.xbutton.y_root -= Scr->rooty;
event_handlers.c 3126 Scr->rooty = Scr->crooty + vs->y;
3129 Scr->rooty = vs->y;
  /xsrc/external/mit/libXt/dist/src/
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);
  /xsrc/external/mit/xterm/dist/
Tekproc.c 1266 int mousex, mousey, rootx, rooty; local
1274 &rootx, &rooty, local
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 2867 int rootx, rooty, x, y; local
2874 &rootx, &rooty, &x, &y, &mask)) {

Completed in 16 milliseconds