Searched refs:MaxWindowHeight (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h70 int MaxWindowHeight; /* ditto */ member in struct:ScreenInfo
H A Dresize.c641 maxHeight = _min(Scr->MaxWindowHeight, tmp_win->hints.max_height);
645 maxHeight = Scr->MaxWindowHeight;
H A Dadd_window.c235 if (tmp_win->attr.height > Scr->MaxWindowHeight)
236 tmp_win->attr.height = Scr->MaxWindowHeight;
H A Dparse.c812 Scr->MaxWindowHeight = (int) height;
H A Dtwm.c472 Scr->MaxWindowHeight = 32767 - Scr->MyDisplayHeight;
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h146 int MaxWindowHeight; ///< Largest window height to allow member in struct:ScreenInfo
H A Dctwm_main.c1155 scr->MaxWindowHeight = 32767 - (scr->rooty + scr->rooth);
1159 if(scr->MaxWindowHeight < 4096) {
1160 scr->MaxWindowHeight = 4096;
H A Dwin_resize.c767 maxHeight = min(Scr->MaxWindowHeight, tmp_win->hints.max_height);
771 maxHeight = Scr->MaxWindowHeight;
H A Dadd_window.c327 if(tmp_win->attr.height > Scr->MaxWindowHeight) {
328 tmp_win->attr.height = Scr->MaxWindowHeight;
H A Dparse_be.c1044 Scr->MaxWindowHeight = gh;

Completed in 19 milliseconds