HomeSort by: relevance | last modified time | path
    Searched defs:rootw (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
functions_win.c 477 Scr->rootw,
529 Window rootw; local
602 rootw = eventp->xbutton.root;
692 XQueryPointer(dpy, rootw, &eventp->xmotion.root, &JunkChild,
captive.c 170 char rootw [32]; local
173 safe_strncpy(rootw, value.addr, sizeof(rootw));
174 if(sscanf(rootw, "%lx", &scanned) == 1) {
670 Scr->rootw = Scr->crootw;
functions_win_moveresize.c 122 const Window rootw = eventp->xbutton.root; local
140 const unsigned long ss = Scr->rootw * Scr->rooth;
401 XTranslateCoordinates(dpy, rootw, tmp_win->frame,
447 XQueryPointer(dpy, rootw, &(eventp->xmotion.root), &JunkChild,
1080 (cons == Scr->rootw - Scr->BorderRight)) {
1251 x += Scr->rootw - width;
screen.h 114 int rootw; ///< Copy of DisplayWidth(dpy, screen) member in struct:ScreenInfo
  /xsrc/external/mit/twm/dist/src/
menus.c 1218 Window rootw; local
1451 rootw = eventp->xbutton.root;
1536 MoveOutline(rootw,
1607 XTranslateCoordinates(dpy, rootw, tmp_win->frame,
1622 MoveOutline(rootw, 0, 0, 0, 0, 0, 0);
1637 XQueryPointer(dpy, rootw, &(eventp->xmotion.root), &wdummy,

Completed in 28 milliseconds