* 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:
@@ -30,6 +30,7 @@ enum {
|
||||
AS_CREATE_APP,
|
||||
AS_DELETE_APP,
|
||||
AS_QUIT_APP,
|
||||
AS_ACTIVATE_APP,
|
||||
|
||||
AS_SET_SERVER_PORT,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user