diff --git a/src/kernel/compsor-fallback.c b/src/kernel/compsor-fallback.c index 6914e10f..da22d5a1 100644 --- a/src/kernel/compsor-fallback.c +++ b/src/kernel/compsor-fallback.c @@ -902,6 +902,7 @@ static void on_changed_rgn (CompositorCtxt* ctxt, MG_Layer* layer, assert (znode_hdr); if (!(znode_hdr->flags & ZNIF_VISIBLE)) { + _DBG_PRINTF("not a visible window\n"); return; }