From e77103012fd44f987e92cad92731108a00d859c4 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 16 Jun 2014 02:31:03 -0400 Subject: [PATCH] remove unneeded render on unmap tree_render() will call x_push_changes(), so calling it afterward is not needed. --- src/handlers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handlers.c b/src/handlers.c index 80297c79..d8b50997 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -489,7 +489,6 @@ static void handle_unmap_notify_event(xcb_unmap_notify_event_t *event) { tree_close(con, DONT_KILL_WINDOW, false, false); tree_render(); - x_push_changes(croot); ignore_end: /* If the client (as opposed to i3) destroyed or unmapped a window, an -- 2.39.5