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

  /xsrc/external/mit/glw/dist/
GLwDrawA.c 76 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){
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->glwDrawingArea.myVisual=FALSE
    [all...]
  /xsrc/external/mit/ctwm/dist/
win_ops.c 226 int neww, newh; local
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);
functions_win_moveresize.c 1045 unsigned int neww, newh; local
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 = save
    [all...]
workspace_utils.c 54 Window neww; local
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);
occupation.c 879 int neww, newh; local
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;
workspace_manager.c 594 const int neww = win->attr.width; local
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 10 milliseconds