From 785957de805156d8f1a35e1e4e02473af9539062 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 31 Jan 2003 23:50:59 +0000 Subject: [PATCH] add comment --- src/screen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen.cc b/src/screen.cc index 60208ef0..72a33b41 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -536,7 +536,7 @@ void Screen::manageWindow(Window window) // add to the screen's list clients.push_back(client); // once the client is in the list, update our strut to include the new - // client's + // client's (it is good that this happens after window placement!) updateStrut(); // this puts into the stacking order, then raises it _stacking.push_back(client); -- 2.39.2