add descriptive titles to split containers
This commit is contained in:
committed by
Michael Stapelberg
parent
b741c49212
commit
1806c9802e
@ -306,4 +306,10 @@ bool con_has_urgent_child(Con *con);
|
||||
*/
|
||||
void con_update_parents_urgency(Con *con);
|
||||
|
||||
/**
|
||||
* Create a string representing the subtree under con.
|
||||
*
|
||||
*/
|
||||
char *con_get_tree_representation(Con *con);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user