Searched refs:maxheight (Results 1 – 2 of 2) sorted by relevance
424 int maxheight; in widget_max_height() local 426 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height() 427 if (maxheight <= 0) in widget_max_height() 433 maxheight -= conf->auto_topmargin; in widget_max_height() 434 if (maxheight <= 0) in widget_max_height() 438 maxheight -= conf->y; in widget_max_height() 439 if (maxheight <= 0) in widget_max_height() 444 maxheight -= conf->auto_downmargin; in widget_max_height() 445 if (maxheight <= 0) in widget_max_height() 449 return (maxheight); in widget_max_height() 801 int maxheight, maxwidth; set_widget_size() local [all...]
47 int maxheight; /* And height */ member