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; }