add debug message to trace match deletions
This commit is contained in:
parent
fcf869439c
commit
2ce43783f8
|
@ -321,6 +321,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki
|
|||
* we need to remove that criterion, because they should only be valid
|
||||
* once. */
|
||||
if (match != NULL && match->insert_where != M_BELOW) {
|
||||
DLOG("Removing match %p from container %p\n", match, nc);
|
||||
TAILQ_REMOVE(&(nc->swallow_head), match, matches);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue