add comment
This commit is contained in:
parent
536d54f9b8
commit
785957de80
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue