create hide_edge_borders option

This commit is contained in:
Iakov Davydov
2012-07-22 13:57:07 +04:00
committed by Michael Stapelberg
parent 48f1e383ca
commit f27735f620
8 changed files with 92 additions and 8 deletions

View File

@ -221,6 +221,12 @@ Con *con_descend_direction(Con *con, direction_t direction);
*/
Rect con_border_style_rect(Con *con);
/**
* Returns adjacent borders of the window. We need this if hide_edge_borders is
* enabled.
*/
adjacent_t con_adjacent_borders(Con *con);
/**
* Use this function to get a containers border style. This is important
* because when inside a stack, the border style is always BS_NORMAL.