I'm getting old. Without this change, bug #2350 was still with us. Sorry for forgetting to commit this

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27903 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-10-07 13:06:16 +00:00
parent dbe295f827
commit 36bc11a79f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ VirtualScreen::AddScreen(Screen* screen)
if (status != B_OK)
status = screen->SetBestMode(1024, 768, B_RGB32, 60.f);
if (status != B_OK)
screen->SetBestMode(800, 600, B_RGB32, 60.f);
screen->SetBestMode(800, 600, B_RGB32, 60.f, false);
}
// TODO: this works only for single screen configurations