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

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h69 int MaxWindowWidth; /* largest window to allow */ member in struct:ScreenInfo
H A Dresize.c640 maxWidth = _min(Scr->MaxWindowWidth, tmp_win->hints.max_width);
644 maxWidth = Scr->MaxWindowWidth;
H A Dadd_window.c233 if (tmp_win->attr.width > Scr->MaxWindowWidth)
234 tmp_win->attr.width = Scr->MaxWindowWidth;
H A Dparse.c811 Scr->MaxWindowWidth = (int) width;
H A Dtwm.c471 Scr->MaxWindowWidth = 32767 - Scr->MyDisplayWidth;
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h145 int MaxWindowWidth; ///< Largest window width to allow member in struct:ScreenInfo
H A Dctwm_main.c1154 scr->MaxWindowWidth = 32767 - (scr->rootx + scr->rootw);
1156 if(scr->MaxWindowWidth < 4096) {
1157 scr->MaxWindowWidth = 4096;
H A Dwin_resize.c766 maxWidth = min(Scr->MaxWindowWidth, tmp_win->hints.max_width);
770 maxWidth = Scr->MaxWindowWidth;
H A Dadd_window.c324 if(tmp_win->attr.width > Scr->MaxWindowWidth) {
325 tmp_win->attr.width = Scr->MaxWindowWidth;
H A Dparse_be.c1043 Scr->MaxWindowWidth = gw;

Completed in 19 milliseconds