Searched refs:maxheight (Results 1 – 2 of 2) sorted by relevance
425 int maxheight; in widget_max_height() local427 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height()428 if (maxheight <= 0) in widget_max_height()434 maxheight -= conf->auto_topmargin; in widget_max_height()435 if (maxheight <= 0) in widget_max_height()439 maxheight -= conf->y; in widget_max_height()440 if (maxheight <= 0) in widget_max_height()445 maxheight -= conf->auto_downmargin; in widget_max_height()446 if (maxheight <= 0) in widget_max_height()450 return (maxheight); in widget_max_height()[all …]
47 int maxheight; /* And height */ member