Searched refs:rootw (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dxrandr.h8 RLayout *XrandrNewLayout(Display *disp, Window rootw);
H A Dvscreen.h19 char *CtwmGetVScreenMap(Display *display, Window rootw);
20 bool CtwmSetVScreenMap(Display *display, Window rootw,
H A Dvscreen.c32 vs->w = scr->rootw;
88 if((x < 0) || (y < 0) || (w > scr->rootw) || (h > scr->rooth)) {
139 Scr->rootw = vs00->w;
166 CtwmGetVScreenMap(Display *display, Window rootw) argument
178 if(XGetWindowProperty(display, rootw, XA_WM_CTWM_VSCREENMAP, 0L, 512,
196 CtwmSetVScreenMap(Display *display, Window rootw, argument
222 XChangeProperty(display, rootw, XA_WM_CTWM_VSCREENMAP, XA_STRING, 8,
354 XMoveWindow(dpy, tmp_win->frame, Scr->rootw + 1, Scr->rooth + 1);
H A Dxrandr.c22 XrandrNewLayout(Display *disp, Window rootw) argument
59 ps_monitors = XRRGetMonitors(disp, rootw, 1, &i_nmonitors);
H A Dimage_xwd.c186 if(w > Scr->rootw) {
187 w = Scr->rootw;
208 if((w > (Scr->rootw / 2)) || (h > (Scr->rooth / 2))) {
211 pixret = XCreatePixmap(dpy, Scr->Root, Scr->rootw,
213 x = (Scr->rootw - w) / 2;
215 XFillRectangle(dpy, pixret, gc, 0, 0, Scr->rootw, Scr->rooth);
217 ret->width = Scr->rootw;
H A Dparse_m4.c232 WR_NUM("WIDTH", Scr->rootw);
235 WR_NUM("X_RESOLUTION", Resolution(Scr->rootw, Scr->mm_w));
H A Dfunctions_win.c477 Scr->rootw,
529 Window rootw; local in function:DFHANDLER
602 rootw = eventp->xbutton.root;
692 XQueryPointer(dpy, rootw, &eventp->xmotion.root, &JunkChild,
H A Dwindowbox.c55 x += Scr->rootw - w;
143 minx = Scr->rootw;
H A Dcaptive.c170 char rootw [32]; local in function:RedirectToCaptive
173 safe_strncpy(rootw, value.addr, sizeof(rootw));
174 if(sscanf(rootw, "%lx", &scanned) == 1) {
670 Scr->rootw = Scr->crootw;
H A Dadd_window.c739 tmp_win->attr.x += Scr->rootw - tmp_win->attr.width;
789 Scr->rootw, Scr->rooth,
800 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
816 > Scr->rootw - Scr->BorderRight - 5)) {
825 PlaceX = Scr->rootw - tmp_win->attr.width - Scr->BorderRight - 5;
865 Scr->rootw, Scr->rooth,
873 if((tmp_win->attr.x + tmp_win->attr.width) > Scr->rootw) {
874 available = Scr->rootw - tmp_win->attr.width
935 Scr->rootw, Scr->rooth);
1180 if(AddingX + dx >= Scr->rootw
[all...]
H A Dfunctions_identify.c142 Scr->rootw - (x + wwidth + bw + t->frame_bw3D),
145 Scr->rootw - (x + wwidth), Scr->rooth - (y + wheight));
H A Dmask_screen.c50 Scr->rootw,
109 x = (Scr->rootw - Scr->WelcomeImage->width) / 2;
H A Dwin_ops.c285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
H A Dctwm_main.c455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
1034 Scr->rootw, Scr->rooth, 0, 0, 0);
1134 scr->rootw = crootw;
1145 scr->MaxIconTitleWidth = scr->rootw;
1154 scr->MaxWindowWidth = 32767 - (scr->rootx + scr->rootw);
H A Dfunctions_win_moveresize.c122 const Window rootw = eventp->xbutton.root; local in function:movewindow
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;
H A Dscreen.h114 int rootw; ///< Copy of DisplayWidth(dpy, screen) member in struct:ScreenInfo
H A Dwin_regions.c52 wr->x += Scr->rootw - wr->w;
H A Dicons.c171 ir->x += Scr->rootw - ir->w;
741 if(final_x > Scr->rootw) {
742 final_x = Scr->rootw - icon->w_width - (2 * Scr->IconBorderWidth);
H A Dwin_decorations.c324 frame_wc.x = Scr->rootw + 1;
390 xwc.x = Scr->rootw; /* move offscreen */
427 xwc.x = Scr->rootw;
H A Dewmh.c385 data[0] = scr->rootw;
2266 /* w */ prop[2] = scr->rootw - scr->BorderLeft - scr->BorderRight;
H A Diconmgr.c122 gx += Scr->rootw - p->width - 2 * bw;
H A Dwin_utils.c68 ((Scr->rootw - right <
H A Dwin_resize.c155 const unsigned long scrsz = Scr->rootw * Scr->rooth;
H A Devent_handlers.c2019 XMoveWindow(dpy, Tmp_win->frame, Scr->rootw + 1, Scr->rooth + 1);
2339 if(xl < 0 || yt < 0 || xl > Scr->rootw || yt > Scr->rooth) {
3131 Scr->rootw = vs->w;
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c1218 Window rootw; local in function:ExecuteFunction
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 31 milliseconds