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:
DarkWyrm
2003-02-20 18:05:35 +00:00
parent 0258e5900f
commit e9318266f9
3 changed files with 40 additions and 2 deletions
+5
View File
@@ -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)