| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_shutdown.c | 45 int newx, newy; local in function:RestoreWinConfig 87 newx = tmp->frame_x; 125 newx += 2 * borders; 129 newx += borders; 156 XReparentWindow(dpy, tmp->w, Scr->Root, newx, newy);
|
| H A D | functions_win.c | 530 int deltax = 0, newx = 0; local in function:DFHANDLER 710 newx = origNum + deltax; 722 if(newx >= 0) { 723 newx = -1; 725 else if(newx < -wtmp) { 726 newx = -wtmp; 730 if(newx < 0) { 731 newx = 0; 733 else if(newx >= wtmp) { 734 newx [all...] |
| H A D | functions_win_moveresize.c | 712 int cons, newx, newy; local in function:packwindow 722 newx = cons; 730 newx = cons; 731 newx -= tmp_win->frame_width + 2 * tmp_win->frame_bw; 739 newx = tmp_win->frame_x; 747 newx = tmp_win->frame_x; 756 px = x - tmp_win->frame_x + newx; 760 XMoveWindow(dpy, tmp_win->frame, newx, newy); 761 SetupWindow(tmp_win, newx, newy, tmp_win->frame_width, 1044 int cons, newx, new local in function:fillwindow [all...] |
| H A D | win_utils.c | 626 int newx, newy, ndir; local in function:TryToPush_be 666 newx = x - w; 673 newx = x + winw; 680 newx = t->frame_x; 687 newx = t->frame_x; 693 TryToPush_be(t, newx, newy, ndir); 694 TryToPack(t, &newx, &newy); 696 &newx, t->frame_width + 2 * t->frame_bw, 698 SetupWindow(t, newx, newy, t->frame_width, t->frame_height, -1);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tree.c | 837 int newx, newy; local in function:arrange_subtree 880 newx = x + tree->tree.largest[depth]; 881 if (depth > 0) newx += tree->tree.hpad; 884 newx = x; 895 arrange_subtree (tree, child, depth + 1, newx, newy); 899 newx += tree->tree.hpad + cc->tree.bbwidth;
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwindow.c | 384 int newx, newy; /* new inner window position */ local in function:miSlideAndSizeWindow 398 newx = pParent->drawable.x + x + bw; 446 if (newx != oldx || newy != oldy) 471 x = pWin->drawable.x = newx;
|
| H A D | mioverlay.c | 1132 int newx, newy; /* new inner window position */ local in function:miOverlayResizeWindow 1148 newx = pParent->drawable.x + x + bw; 1208 if (newx != oldx || newy != oldy) 1244 x = pWin->drawable.x = newx;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwindow.c | 360 int newx, newy; /* new inner window position */ local in function:miResizeWindow 374 newx = pParent->drawable.x + x + bw; 415 if (newx != oldx || newy != oldy) 436 x = pWin->drawable.x = newx;
|
| H A D | mioverlay.c | 1084 int newx, newy; /* new inner window position */ local in function:miOverlayResizeWindow 1100 newx = pParent->drawable.x + x + bw; 1159 if (newx != oldx || newy != oldy) 1189 x = pWin->drawable.x = newx;
|