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:
@@ -160,7 +160,7 @@ VirtualScreen::AddScreen(Screen* screen)
|
|||||||
if (status != B_OK)
|
if (status != B_OK)
|
||||||
status = screen->SetBestMode(1024, 768, B_RGB32, 60.f);
|
status = screen->SetBestMode(1024, 768, B_RGB32, 60.f);
|
||||||
if (status != B_OK)
|
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
|
// TODO: this works only for single screen configurations
|
||||||
|
|||||||
Reference in New Issue
Block a user