More code written on ServerWindow
Added skeleton of new_decorator() git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -326,7 +326,7 @@ void ServerApp::DispatchMessage(int32 code, int8 *buffer)
|
||||
|
||||
// Create the ServerWindow object for this window
|
||||
ServerWindow *newwin=new ServerWindow(rect,(const char *)index,
|
||||
winlook, winfeel, winflags,workspace,this,win_port);
|
||||
winlook, winfeel, winflags,this,win_port,workspace);
|
||||
_winlist->AddItem(newwin);
|
||||
|
||||
// Window looper is waiting for our reply. Send back the
|
||||
|
||||
Reference in New Issue
Block a user