Searched refs:MyDisplayHeight (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dresize.c777 if (y >= Scr->MyDisplayHeight)
778 y = Scr->MyDisplayHeight - 16; /* one "average" cursor width */
953 dragHeight = Scr->MyDisplayHeight - frame_bw_times_2;
963 dragHeight = Scr->MyDisplayHeight - frame_bw_times_2;
969 dragHeight = Scr->MyDisplayHeight - frame_bw_times_2;
975 dragHeight = Scr->MyDisplayHeight - frame_bw_times_2;
981 dragHeight = Scr->MyDisplayHeight / 2 - frame_bw_times_2;
986 dragy = basey + Scr->MyDisplayHeight / 2;
987 dragHeight = Scr->MyDisplayHeight / 2 - frame_bw_times_2;
H A Dadd_window.c414 if ((PlaceY + tmp_win->attr.height) > Scr->MyDisplayHeight) {
415 PlaceY = Scr->MyDisplayHeight - tmp_win->attr.height;
524 if (AddingY > Scr->MyDisplayHeight - AddingH)
525 AddingY = Scr->MyDisplayHeight - AddingH;
562 if (AddingB > Scr->MyDisplayHeight)
563 AddingY = Scr->MyDisplayHeight - AddingH;
590 if (AddingB > Scr->MyDisplayHeight)
591 AddingY = Scr->MyDisplayHeight - AddingH;
626 if (AddingY + dy >= Scr->MyDisplayHeight)
627 dy = Scr->MyDisplayHeight
[all...]
H A Dscreen.h68 int MyDisplayHeight; /* my copy of DisplayHeight(dpy, screen) */ member in struct:ScreenInfo
H A Dicons.c304 ir->y += Scr->MyDisplayHeight - ir->h;
549 if (final_y > Scr->MyDisplayHeight)
550 final_y = Scr->MyDisplayHeight - tmp_win->icon_height -
H A Dmenus.c1018 if (y + menu->height > Scr->MyDisplayHeight) {
1019 y = Scr->MyDisplayHeight - menu->height;
1699 if (yb > Scr->MyDisplayHeight)
1700 yt = Scr->MyDisplayHeight - h;
1739 if (yb > Scr->MyDisplayHeight)
1740 yt = Scr->MyDisplayHeight - h;
2145 (unsigned int) Scr->MyDisplayHeight,
2582 if (py + height + BW2 >= Scr->MyDisplayHeight)
2583 py = Scr->MyDisplayHeight - height - BW2;
H A Dtwm.c470 Scr->MyDisplayHeight = DisplayHeight(dpy, scrnum);
472 Scr->MaxWindowHeight = 32767 - Scr->MyDisplayHeight;
H A Diconmgr.c86 y += Scr->MyDisplayHeight - p->height - (2 * Scr->BorderWidth);
H A Devents.c1564 if (yb > Scr->MyDisplayHeight)
1565 yt = Scr->MyDisplayHeight - h;
2413 ScreenList[scrnum]->MyDisplayHeight = xev->height;

Completed in 26 milliseconds