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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user