From: Michael Stapelberg Date: Mon, 9 Mar 2009 06:18:04 +0000 (+0100) Subject: Update comment X-Git-Tag: 3.a~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38d903aea5694aad0f96475dc68354867534dffe;p=i3%2Fi3 Update comment --- 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)