]> git.sur5r.net Git - i3/i3/commitdiff
remove unneeded render on unmap
authorTony Crisci <tony@dubstepdish.com>
Mon, 16 Jun 2014 06:31:03 +0000 (02:31 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Jun 2014 07:32:04 +0000 (09:32 +0200)
tree_render() will call x_push_changes(), so calling it afterward is not
needed.

src/handlers.c

index 80297c7981084bf134871c77e39b95169b6bcbf4..d8b50997c5b98dcb8a2cb16a44f776b4d46ba960 100644 (file)
@@ -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