From: Michael Stapelberg Date: Fri, 29 Apr 2011 22:37:03 +0000 (+0200) Subject: Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf) X-Git-Tag: tree-pr3~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b21812bbd5c1e88f7d6248d0ba2360c396509e3;p=i3%2Fi3 Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf) --- diff --git a/src/handlers.c b/src/handlers.c index fbd660bc..2f954823 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -815,6 +815,8 @@ static int handle_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_w workspace_update_urgent_flag(con_get_workspace(con)); + tree_render(); + #if 0 /* If the workspace this client is on is not visible, we need to redraw * the workspace bar */