Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-09-22 20:11:44 +01:00
8 changed files with 28 additions and 14 deletions

View File

@ -457,7 +457,7 @@ static int handle_unmap_notify_event(xcb_unmap_notify_event_t *event) {
return 1;
}
tree_close(con, DONT_KILL_WINDOW, false);
tree_close(con, DONT_KILL_WINDOW, false, false);
tree_render();
x_push_changes(croot);
return 1;