* 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:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user