Bugfix: use tree_render() instead of x_push_changes() to re-render and update the stack

next
Michael Stapelberg 2011-03-06 20:45:03 +01:00
parent 7154fecbbf
commit 0689f6d8f1
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ int handle_enter_notify(void *ignored, xcb_connection_t *conn,
return 1;
con_focus(con_descend_focused(con));
x_push_changes(croot);
tree_render();
return 1;
}