Searched refs:hshadow (Results 1 – 1 of 1) sorted by relevance
884 int hshadow = conf->shadow ? (int)t.shadow.y : 0; in set_widget_position() local888 *y = SCREENLINES/2 - (h + hshadow)/2; in set_widget_position()891 if (*y + h + hshadow > SCREENLINES - (int)conf->auto_downmargin) in set_widget_position()892 *y = SCREENLINES - h - hshadow - conf->auto_downmargin; in set_widget_position()901 if (*y + h + hshadow > SCREENLINES) in set_widget_position()