]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Apr 2011 22:37:03 +0000 (00:37 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Apr 2011 22:37:03 +0000 (00:37 +0200)
src/handlers.c

index fbd660bc6946803a6acdd6e41a0568c004c54570..2f9548238d24b6ae8108330b28ad4aeb07fb757a 100644 (file)
@@ -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 */