Update parent urgency hint if a child is removed.

This commit is contained in:
oblique
2013-06-12 04:40:37 +03:00
committed by Michael Stapelberg
parent 3cf46ef4cc
commit 78fad71894
2 changed files with 28 additions and 0 deletions

View File

@ -1369,6 +1369,8 @@ static void con_on_remove_child(Con *con) {
}
con_force_split_parents_redraw(con);
con->urgent = con_has_urgent_child(con);
con_update_parents_urgency(con);
/* TODO: check if this container would swallow any other client and
* dont close it automatically. */