* Implemented BRoster::ActivateApp().

* Added the respective case statement in AppServer::DispatchMessage().
  The code that actually activates the app is still missing.
* Removed the remnants of the old way of notifying the registrar about
  what app got activated (the activated client window did that).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13820 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-07-24 21:10:33 +00:00
parent f3b3bb4ebd
commit 18b5424c5f
6 changed files with 96 additions and 44 deletions
-5
View File
@@ -2400,11 +2400,6 @@ BWindow::setFocus(BView *focusView, bool notifyInputServer)
void
BWindow::handleActivation(bool active)
{
if (active) {
// TODO: talk to Ingo to make BWindow a friend for BRoster
// be_roster->UpdateActiveApp( be_app->Team() );
}
WindowActivated(active);
// recursively call hook function 'WindowActivated(bool)'