add descriptive titles to split containers

This commit is contained in:
Sascha Kruse
2012-09-09 06:37:51 +02:00
committed by Michael Stapelberg
parent b741c49212
commit 1806c9802e
3 changed files with 95 additions and 3 deletions

View File

@ -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