Accidently set the contrast too low, overlay now looks just fine.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17366 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-05-08 15:32:52 +00:00
parent f8bea0dacb
commit 2465e30305
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ init_overlay_registers(overlay_registers *registers)
{
memset(registers, 0, B_PAGE_SIZE);
registers->contrast_correction = 0x20;
registers->contrast_correction = 0x40;
registers->saturation_cos_correction = 0x40;
// this by-passes contrast and saturation correction
}