From: Michael Stapelberg Date: Sun, 6 Mar 2011 19:45:03 +0000 (+0100) Subject: Bugfix: use tree_render() instead of x_push_changes() to re-render and update the... X-Git-Tag: tree-pr2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0689f6d8f1c14d7730ad229d83f1689d66382064;p=i3%2Fi3 Bugfix: use tree_render() instead of x_push_changes() to re-render and update the stack --- diff --git a/src/handlers.c b/src/handlers.c index 0404b8bf..e8506843 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -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; }