Documented some more files

ScreenDriver's Get methods return proper values
Server with ViewDriver now operates as well as prototype 3


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2736 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-02-17 16:24:27 +00:00
parent bfc47a9d3b
commit 7d4ea3a3a3
9 changed files with 89 additions and 11 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ Screen::Screen(DisplayDriver *gfxmodule, uint8 workspaces)
_fbinfo.height=_driver->GetHeight();
_fbinfo.display_width=_driver->GetWidth();
_fbinfo.display_height=_driver->GetHeight();
_fbinfo.display_x=0;
_fbinfo.display_y=0;
_fbinfo.display_x=_driver->GetWidth();;
_fbinfo.display_y=_driver->GetHeight();
// right now, we won't do anything with the gcinfo structure. ** LAZY PROGRAMMER ALERT ** :P