all repos — openbox @ f54bd60a004a17583cc3e1783a29c4518686dceb

openbox fork - make it a bit more like ryudo

debug print
Dana Jansens danakj@orodu.net
commit

f54bd60a004a17583cc3e1783a29c4518686dceb

parent

851555348ec39a01a0e150d2e12b71212b8d338b

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M openbox/propwin.copenbox/propwin.c

@@ -76,6 +76,10 @@ XSelectInput(ob_display, win, PropertyChangeMask);

} else g_assert(g_slist_find(p->data[type].clients, client) == NULL); + if (p->data[type].clients != NULL) + ob_debug("Client %s is using a property window 0x%x that is already " + "in use\n", client->title, win); + /* add it to the clients list */ p->data[type].clients = g_slist_prepend(p->data[type].clients, client); }