From 0689f6d8f1c14d7730ad229d83f1689d66382064 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 6 Mar 2011 20:45:03 +0100 Subject: [PATCH] Bugfix: use tree_render() instead of x_push_changes() to re-render and update the stack --- src/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5