summaryrefslogtreecommitdiffstats
path: root/compton.c
diff options
context:
space:
mode:
Diffstat (limited to 'compton.c')
-rw-r--r--compton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compton.c b/compton.c
index 811bbf17e..f37746aa1 100644
--- a/compton.c
+++ b/compton.c
@@ -2670,7 +2670,7 @@ restack_win(session_t *ps, win *w, Window new_above) {
}
}
- if (!found) {
+ if (new_above && !found) {
printf_errf("(%#010lx, %#010lx): "
"Failed to found new above window.", w->id, new_above);
return;