added a memeber to a server message
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1456,9 +1456,12 @@ status_t BWindow::AddToSubset(BWindow* window){
|
|||||||
(fFeel == B_MODAL_SUBSET_WINDOW_FEEL ||
|
(fFeel == B_MODAL_SUBSET_WINDOW_FEEL ||
|
||||||
fFeel == B_FLOATING_SUBSET_WINDOW_FEEL)){
|
fFeel == B_FLOATING_SUBSET_WINDOW_FEEL)){
|
||||||
|
|
||||||
|
team_id team = Team();
|
||||||
|
|
||||||
Lock();
|
Lock();
|
||||||
session->WriteInt32( AS_ADD_TO_SUBSET );
|
session->WriteInt32( AS_ADD_TO_SUBSET );
|
||||||
session->WriteInt32( _get_object_token_(window) );
|
session->WriteInt32( _get_object_token_(window) );
|
||||||
|
session->WriteData( &team, sizeof(team_id) );
|
||||||
session->Sync();
|
session->Sync();
|
||||||
session->ReadInt32( &rCode );
|
session->ReadInt32( &rCode );
|
||||||
Unlock();
|
Unlock();
|
||||||
|
|||||||
Reference in New Issue
Block a user