Finished Desktop functions and associated documentation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2783 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,6 +91,7 @@ ServerWindow::ServerWindow(BRect rect, const char *string, uint32 wlook,
|
||||
resume_thread(_monitorthread);
|
||||
|
||||
_workspace_index=index;
|
||||
_workspace=NULL;
|
||||
|
||||
AddWindowToDesktop(this,index);
|
||||
}
|
||||
@@ -448,6 +449,10 @@ void ServerWindow::HandleKeyEvent(int32 code, int8 *buffer)
|
||||
{
|
||||
}
|
||||
|
||||
void ServerWindow::SetWorkspace(Workspace *wkspc)
|
||||
{
|
||||
}
|
||||
|
||||
void ActivateWindow(ServerWindow *oldwin,ServerWindow *newwin)
|
||||
{
|
||||
/* if(active_serverwindow==win)
|
||||
|
||||
Reference in New Issue
Block a user