Fixed a stupid mistake in the message to create a window
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2206,6 +2206,7 @@ void BWindow::InitData( BRect frame, const char* title, window_look look,
|
||||
fLink->Attach<uint32>( workspace );
|
||||
fLink->Attach<int32>( _get_object_token_(this) );
|
||||
fLink->Attach<port_id>( receive_port );
|
||||
fLink->Attach<port_id>( fMsgPort );
|
||||
fLink->AttachString( title );
|
||||
fLink->Flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user