diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-31 23:50:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-31 23:50:59 +0000 |
| commit | 785957de805156d8f1a35e1e4e02473af9539062 (patch) | |
| tree | 3dfec4c93528bf6ab50e94d1db910c55b0acb518 /src | |
| parent | 536d54f9b800668a835fd2c8b9c7d518eab0cb13 (diff) | |
add comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
