BRoster: Added ability to pass env on launch.
* Added BRoster::Private::Launch() that adds an additional parameter to pass a pointer to the environment of the launched app.
This commit is contained in:
@@ -182,6 +182,7 @@ private:
|
||||
const entry_ref* ref,
|
||||
const BList* messageList, int argc,
|
||||
const char* const* args,
|
||||
const char** environment,
|
||||
team_id* appTeam) const;
|
||||
|
||||
status_t _UpdateActiveApp(team_id team) const;
|
||||
|
||||
Reference in New Issue
Block a user