From 9d7608789c81d950e0f8528e24e684daa2d81790 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 May 2007 01:06:42 +0000 Subject: another little focus cleanup/rearrangement, for focus going to windows that are no longer there. --- openbox/client.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 5ac18700..b61787bc 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -525,7 +525,8 @@ void client_manage(Window window) /* update the list hints */ client_set_list(); - ob_debug("Managed window 0x%lx (%s)\n", window, self->class); + ob_debug("Managed window 0x%lx plate 0x%x (%s)\n", + window, self->frame->plate, self->class); return; } @@ -567,7 +568,8 @@ void client_unmanage(ObClient *self) guint j; GSList *it; - ob_debug("Unmanaging window: %lx (%s) (%s)\n", self->window, + ob_debug("Unmanaging window: 0x%x plate 0x%x (%s) (%s)\n", + self->window, self->frame->plate, self->class, self->title ? self->title : ""); g_assert(self != NULL); -- cgit v1.2.3