From 8b21812bbd5c1e88f7d6248d0ba2360c396509e3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 30 Apr 2011 00:37:03 +0200 Subject: [PATCH] Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf) --- src/handlers.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5