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

  /xsrc/external/mit/ctwm/dist/
xrandr.h 8 RLayout *XrandrNewLayout(Display *disp, Window rootw);
vscreen.h 19 char *CtwmGetVScreenMap(Display *display, Window rootw);
20 bool CtwmSetVScreenMap(Display *display, Window rootw,
vscreen.c 32 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)
178 if(XGetWindowProperty(display, rootw, XA_WM_CTWM_VSCREENMAP, 0L, 512,
196 CtwmSetVScreenMap(Display *display, Window rootw,
222 XChangeProperty(display, rootw, XA_WM_CTWM_VSCREENMAP, XA_STRING, 8,
354 XMoveWindow(dpy, tmp_win->frame, Scr->rootw + 1, Scr->rooth + 1);
xrandr.c 22 XrandrNewLayout(Display *disp, Window rootw)
59 ps_monitors = XRRGetMonitors(disp, rootw, 1, &i_nmonitors);
image_xwd.c 186 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;
parse_m4.c 232 WR_NUM("WIDTH", Scr->rootw);
235 WR_NUM("X_RESOLUTION", Resolution(Scr->rootw, Scr->mm_w));
functions_win.c 477 Scr->rootw,
529 Window rootw; local
602 rootw = eventp->xbutton.root;
692 XQueryPointer(dpy, rootw, &eventp->xmotion.root, &JunkChild,
windowbox.c 55 x += Scr->rootw - w;
143 minx = Scr->rootw;
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;
add_window.c 739 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 - Scr->BorderRight)
    [all...]
functions_identify.c 142 Scr->rootw - (x + wwidth + bw + t->frame_bw3D),
145 Scr->rootw - (x + wwidth), Scr->rooth - (y + wheight));
mask_screen.c 50 Scr->rootw,
109 x = (Scr->rootw - Scr->WelcomeImage->width) / 2;
win_ops.c 285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
ctwm_main.c 455 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);
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
win_regions.c 52 wr->x += Scr->rootw - wr->w;
icons.c 171 ir->x += Scr->rootw - ir->w;
741 if(final_x > Scr->rootw) {
742 final_x = Scr->rootw - icon->w_width - (2 * Scr->IconBorderWidth);
win_decorations.c 324 frame_wc.x = Scr->rootw + 1;
390 xwc.x = Scr->rootw; /* move offscreen */
427 xwc.x = Scr->rootw;
ewmh.c 385 data[0] = scr->rootw;
2266 /* w */ prop[2] = scr->rootw - scr->BorderLeft - scr->BorderRight;
iconmgr.c 122 gx += Scr->rootw - p->width - 2 * bw;
win_utils.c 68 ((Scr->rootw - right <
win_resize.c 155 const unsigned long scrsz = Scr->rootw * Scr->rooth;
event_handlers.c 2019 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/
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 67 milliseconds