From 38d903aea5694aad0f96475dc68354867534dffe Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 9 Mar 2009 07:18:04 +0100 Subject: [PATCH] Update comment --- src/handlers.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/handlers.c b/src/handlers.c index de269436..5a7d5362 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -451,9 +451,7 @@ int handle_unmap_notify_event(void *data, xcb_connection_t *conn, xcb_unmap_noti LOG("Removing from focus stack\n"); SLIST_REMOVE(&(con->workspace->focus_stack), client, Client, focus_clients); - /* Set currently_focused to the next client which will get focus in this - particular container. This does not necessarily correspond with the client - that will be focused next */ + /* Set focus to the last focused client in this container */ con->currently_focused = NULL; Client *focus_client; SLIST_FOREACH(focus_client, &(con->workspace->focus_stack), focus_clients) -- 2.39.5