* Forgot to update Screen.h with the last commit...

* Introduced and implemented AS_GET_SCREEN_ID_FROM_WINDOW - it only returns B_MAIN_SCREEN_ID,
  though.
* renamed ServerWindow::fHandlerToken to fClientToken.
* The BScreen(BWindow *) constructor now really asks the server for the screen ID.
* ServerApp::fWindowList is now a BObjectList.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-14 12:08:21 +00:00
parent ef9b2fc28b
commit d9525baaf5
7 changed files with 64 additions and 19 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ private:
void* BaseAddress();
uint32 BytesPerRow();
BPrivateScreen *screen;
BPrivateScreen *fScreen;
};