From: Tony Crisci Date: Mon, 16 Jun 2014 06:31:03 +0000 (-0400) Subject: remove unneeded render on unmap X-Git-Tag: 4.9~91 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e77103012fd44f987e92cad92731108a00d859c4;p=i3%2Fi3 remove unneeded render on unmap tree_render() will call x_push_changes(), so calling it afterward is not needed. --- 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