Cleanp continues. Removed 2 methods from Workspace class because were related to rebuild/redraw stuff. Workspace should only care about corect window placement and order.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8366 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2004-07-10 10:54:20 +00:00
parent 0732418e3b
commit eac978a987
8 changed files with 145 additions and 108 deletions
+4 -2
View File
@@ -357,8 +357,10 @@ void ServerWindow::Hide(void)
{
if (ws->FocusLayer() == fWinBorder)
ws->SearchAndSetNewFocus(fWinBorder);
else
ws->Invalidate();
else{
// TODO: RootLayer class should take care of this. (or Desktop)
// ws->Invalidate();
}
}
}
rl->fMainLock.Unlock();