Bugfix: Don’t draw borders for fullscreen windows

This commit is contained in:
Michael Stapelberg
2010-11-21 17:00:10 +01:00
parent 09b5b17830
commit 2d280469af
4 changed files with 15 additions and 8 deletions

View File

@ -331,7 +331,7 @@ void tree_render() {
Con *output;
TAILQ_FOREACH(output, &(croot->nodes_head), nodes) {
printf("output %p / %s\n", output, output->name);
render_con(output);
render_con(output, false);
}
x_push_changes(croot);
printf("-- END RENDERING --\n");