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

@ -791,7 +791,7 @@ void randr_query_outputs() {
}
DLOG("destroying disappearing con %p\n", output->con);
tree_close(output->con, DONT_KILL_WINDOW, true);
tree_close(output->con, DONT_KILL_WINDOW, true, false);
DLOG("Done. Should be fine now\n");
output->con = NULL;
}