From 5c5c18d4c6608850613cbb42ca3165cc32d04caf Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 1 Sep 2006 22:42:11 +0000 Subject: [PATCH] set CLIENT window id, not border. SVN revision: 25312 --- src/bin/e_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index e7f7f4afa..00bcf0d83 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -244,7 +244,7 @@ e_hints_client_list_set(void) c = cl->data; bl = e_container_border_list_first(c); while ((b = e_container_border_list_next(bl))) - clients[i++] = b->win; + clients[i++] = b->client.win; e_container_border_list_free(bl); } }