Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf)

next
Michael Stapelberg 2011-04-30 00:37:03 +02:00
parent a149283964
commit 8b21812bbd
1 changed files with 2 additions and 0 deletions

View 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 */