Filled the hole between 60 and 75 Hz for the refresh rates.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-25 16:48:24 +00:00
parent 690b893c1e
commit a796facf49

View File

@ -73,7 +73,7 @@ static const struct {
static const int32 kColorSpaceCount = sizeof(kColorSpaces) / sizeof(kColorSpaces[0]); static const int32 kColorSpaceCount = sizeof(kColorSpaces) / sizeof(kColorSpaces[0]);
// list of standard refresh rates // list of standard refresh rates
static const int32 kRefreshRates[] = { 60, 75, 80, 85, 95, 100 }; static const int32 kRefreshRates[] = { 60, 70, 72, 75, 80, 85, 95, 100 };
static const int32 kRefreshRateCount = sizeof(kRefreshRates) / sizeof(kRefreshRates[0]); static const int32 kRefreshRateCount = sizeof(kRefreshRates) / sizeof(kRefreshRates[0]);