Searched refs:newx (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dctwm_shutdown.c45 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 Dfunctions_win.c530 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 Dfunctions_win_moveresize.c712 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 Dwin_utils.c626 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 DTree.c837 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 Dmiwindow.c384 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 Dmioverlay.c1132 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 Dmiwindow.c360 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 Dmioverlay.c1084 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;

Completed in 13 milliseconds