Searched refs:neww (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c76 static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgList args,Cardinal *num_args);
473 static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgList args,Cardinal *num_args){ argument
476 if(req->core.width==0) neww->core.width=100;
477 if(req->core.height==0) neww->core.width=100;
480 neww->glwDrawingArea.myList=FALSE;
481 if(neww->glwDrawingArea.attribList==NULL){
482 neww->glwDrawingArea.myList=TRUE;
483 createAttribList(neww);
487 assert(neww->glwDrawingArea.attribList);
490 neww
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c226 int neww, newh; local in function:Squeeze
269 neww = tmp_win->actual_frame_width;
275 neww = tmp_win->title_width + 2 * tmp_win->frame_bw3D;
285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
H A Dfunctions_win_moveresize.c1045 unsigned int neww, newh; local in function:fillwindow
1059 neww = winw + winx - newx;
1061 neww -= 2 * tmp_win->frame_bw;
1063 ConstrainSize(tmp_win, &neww, &newh);
1073 neww = cons - winx;
1075 save = neww;
1076 neww -= 2 * tmp_win->frame_bw;
1078 ConstrainSize(tmp_win, &neww, &newh);
1079 if((neww != winw) || (newh != winh) ||
1083 neww
[all...]
H A Dworkspace_utils.c54 Window neww; local in function:GotoWorkSpace
212 neww = vs->wsw->mswl [newws->number]->w;
234 XSetWindowBackground(dpy, neww, Scr->workSpaceMgr.curColors.back);
238 XSetWindowBackgroundPixmap(dpy, neww, Scr->workSpaceMgr.curImage->pixmap);
241 XChangeWindowAttributes(dpy, neww, CWBorderPixel, &attr);
244 XClearWindow(dpy, neww);
H A Doccupation.c879 int neww, newh; local in function:ResizeOccupyWindow
885 neww = MAX(win->attr.width, occwin->minwidth);
887 if(occwin->width == neww && occwin->height == newh) {
900 bwidth = (neww - columns * hspace) / columns;
929 hspace = (neww - 3 * owidth) / 4; // Padding between
940 occwin->width = neww;
H A Dworkspace_manager.c594 const int neww = win->attr.width; local in function:ResizeWorkSpaceManager
600 const int bwidth = (neww - (columns * hspace)) / columns;
602 const int wwidth = neww / columns;
608 if(neww == vs->wsw->width && newh == vs->wsw->height) {
615 vs->wsw->width = neww;

Completed in 13 milliseconds