]> git.sur5r.net Git - i3/i3/commitdiff
Update comment
authorMichael Stapelberg <michael+x200@stapelberg.de>
Mon, 9 Mar 2009 06:18:04 +0000 (07:18 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Mon, 9 Mar 2009 06:18:04 +0000 (07:18 +0100)
src/handlers.c

index de269436175b1d55e8af439c5519cc31dd6e0501..5a7d5362735395742d5177b6c261eb0c6945cb50 100644 (file)
@@ -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)