mark parents of urgent container also as urgent

This commit is contained in:
Sascha Kruse
2012-09-03 16:05:44 +02:00
committed by Michael Stapelberg
parent b41ab04ecd
commit d8a036d776
3 changed files with 66 additions and 1 deletions

View File

@ -852,6 +852,9 @@ static bool handle_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_
con->window->urgent.tv_usec = 0;
}
}
con_update_parents_urgency(con);
LOG("Urgency flag changed to %d\n", con->urgent);
Con *ws;