Searched refs:oldw (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | SetValues.c | 197 register Widget oldw, reqw; local in function:XtSetValues 225 oldw = (Widget) XtStackAlloc(widgetSize, oldwCache); 227 (void) memcpy(oldw, w, (size_t) widgetSize); 257 /* Allocate and copy current constraints into oldw */ 258 oldw->core.constraints = XtStackAlloc(constraintSize, oldcCache); 260 (void) memcpy(oldw->core.constraints, 274 redisplay = CallSetValues(wc, oldw, reqw, w, args, num_args); 277 CallConstraintSetValues(cwc, oldw, reqw, w, args, num_args); 284 set_val.old = oldw; 299 if (oldw [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_utils.c | 53 Window oldw; local in function:GotoWorkSpace 211 oldw = vs->wsw->mswl [oldws->number]->w; 215 XSetWindowBackground(dpy, oldw, oldws->backcp.back); 218 XSetWindowBackgroundPixmap(dpy, oldw, oldws->image->pixmap); 223 XSetWindowBackground(dpy, oldw, Scr->workSpaceMgr.defColors.back); 226 XSetWindowBackgroundPixmap(dpy, oldw, Scr->workSpaceMgr.defImage->pixmap); 230 XChangeWindowAttributes(dpy, oldw, CWBorderPixel, &attr); 243 XClearWindow(dpy, oldw);
|
| H A D | captive.c | 645 unsigned int w, h, bw, d, oldw, oldh; local in function:ConfigureCaptiveRootWindow 658 oldw = Scr->crootw; 677 if((Scr->crootw != oldw) || (Scr->crooth != oldh)) {
|
Completed in 4 milliseconds